mirror of
https://github.com/openai/codex.git
synced 2026-05-19 18:52:57 +00:00
14 lines
306 B
JSON
Generated
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"
|
|
} |