Skip to content

Commit fe418dd

Browse files
committed
Regenerate JSON schema
1 parent 06abe2c commit fe418dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/draft/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,11 @@
698698
},
699699
"serverInfo": {
700700
"$ref": "#/definitions/Implementation"
701+
},
702+
"sessionId": {
703+
"description": "A session ID, if the server assigns one. This can be used to implement\nresumable sessions; for an example, see the Streamable HTTP transport.\n\nThis string must only contain visible ASCII characters (ranging from 0x21 to 0x7E).",
704+
"pattern": "^[\\x21-\\x7E]+$",
705+
"type": "string"
701706
}
702707
},
703708
"required": [

0 commit comments

Comments
 (0)