Files
codex/codex-rs/app-server-json-schema/stable/v1/AddConversationSubscriptionResponse.json

13 lines
246 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"subscriptionId": {
"type": "string"
}
},
"required": [
"subscriptionId"
],
"title": "AddConversationSubscriptionResponse",
"type": "object"
}