{ "$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-attributes-structure.json", "name": "APIKeyCreateAttributes", "description": "Attributes used to create an API Key.", "type": "object", "properties": { "category": { "description": "The APIKeyCreateAttributes category.", "type": "string", "example": "example_value" }, "name": { "description": "Name of the API key.", "example": "API Key for submitting metrics", "type": "string" }, "remote_config_read_enabled": { "description": "The APIKeyCreateAttributes remote_config_read_enabled.", "type": "boolean", "example": true } }, "required": [ "name" ] }