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