{ "type": "object", "properties": { "name": { "type": "string", "description": "Name of the ApiKey.", "example": "my-resource" }, "description": { "type": "string", "description": "Description of the ApiKey.", "example": "A description of this resource." }, "enabled": { "type": "boolean", "description": "Whether the ApiKey should be enabled.", "example": true } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-api-gateway/refs/heads/main/json-schema/v1-create-api-key-request-schema.json", "title": "CreateApiKeyRequest", "description": "CreateApiKeyRequest schema from Amazon API Gateway v1 API" }