Files
codex/codex-rs/app-server-protocol/schema/json/v2/HttpStateGetResponse.json

13 lines
214 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"state": {
"type": [
"string",
"null"
]
}
},
"title": "HttpStateGetResponse",
"type": "object"
}