22 lines
431 B
JSON
22 lines
431 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
|
"oneOf": [
|
||
|
|
{
|
||
|
|
"properties": {
|
||
|
|
"method": {
|
||
|
|
"enum": [
|
||
|
|
"initialized"
|
||
|
|
],
|
||
|
|
"title": "InitializedNotificationMethod",
|
||
|
|
"type": "string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": [
|
||
|
|
"method"
|
||
|
|
],
|
||
|
|
"title": "InitializedNotification",
|
||
|
|
"type": "object"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"title": "ClientNotification"
|
||
|
|
}
|