{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-key-create-request-structure.json", "name": "APIKeyCreateRequest", "description": "Request used to create an API key.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/APIKeyCreateData" } }, "required": [ "data" ] }