{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/veradial/main/json-schema/veradial-get-keys-response-schema.json", "title": "GetKeysResponse", "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/GetKeysResponse", "type": "object", "properties": { "enabled": { "type": "boolean" }, "entitled": { "type": "boolean" }, "keys": { "type": "array" } } }