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

13 lines
212 B
JSON

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