{ "$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-data-structure.json", "name": "APIKeyCreateData", "description": "Object used to create an API key.", "type": "object", "properties": { "attributes": { "$ref": "#/components/schemas/APIKeyCreateAttributes" }, "type": { "$ref": "#/components/schemas/APIKeysType" } }, "required": [ "attributes", "type" ] }