Files
codex/codex-rs/app-server-protocol/schema/json/v2/EnvironmentListParams.json
2026-04-15 18:49:21 -07:00

22 lines
430 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "List named execution environments registered with the app-server.",
"properties": {
"cursor": {
"type": [
"string",
"null"
]
},
"limit": {
"format": "uint32",
"minimum": 0.0,
"type": [
"integer",
"null"
]
}
},
"title": "EnvironmentListParams",
"type": "object"
}