{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/veradial/main/json-schema/veradial-post-keys-response-schema.json", "title": "PostKeysResponse", "x-generated": "2026-09-23", "x-method": "derived", "x-generator": "derive-json-schema.py", "x-source": "openapi/_ae-authored/veradial-openapi-generated.yml#/components/schemas/PostKeysResponse", "type": "object", "properties": { "apiKey": { "type": "string", "description": "The secret API key value shown only in this response" } } }