Files
codex/codex-rs/app-server-protocol/schema/json/AttestationGenerateResponse.json
2026-05-07 11:59:50 -07:00

14 lines
306 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"headerValue": {
"description": "Opaque upstream `x-oai-attestation` header value.",
"type": "string"
}
},
"required": [
"headerValue"
],
"title": "AttestationGenerateResponse",
"type": "object"
}