Files
codex/codex-rs/app-server-protocol/schema/json/AttestationGenerateResponse.json
2026-05-07 17:27:56 -07:00

14 lines
277 B
JSON
Generated

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"token": {
"description": "Opaque client attestation token.",
"type": "string"
}
},
"required": [
"token"
],
"title": "AttestationGenerateResponse",
"type": "object"
}