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