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

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"
}