ApiSchemas
EventNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by sessions.annotate
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"EventNotFound"
]
},
"sessionId": {
"$ref": "#/components/schemas/SessionId"
},
"seq": {
"$ref": "#/components/schemas/EventSeq"
}
},
"required": [
"_tag",
"sessionId",
"seq"
],
"additionalProperties": false
}