{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/veradial/main/json-schema/veradial-post-keys-request-schema.json", "title": "PostKeysRequest", "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/PostKeysRequest", "type": "object", "properties": { "name": { "type": "string", "description": "The name for the API key, e.g., \"Zapier\"" } }, "required": [ "name" ] }