mirror of
https://github.com/openai/codex.git
synced 2026-05-18 10:12:59 +00:00
14 lines
332 B
JSON
Generated
14 lines
332 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"headerValue": {
|
|
"description": "Opaque client attestation payload to embed in the upstream header envelope.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"headerValue"
|
|
],
|
|
"title": "AttestationGenerateResponse",
|
|
"type": "object"
|
|
} |