{ "$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-response-structure.json", "name": "APIKeyResponse", "description": "Response for retrieving an API key.", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/FullAPIKey" }, "included": { "description": "Array of objects related to the API key.", "items": { "$ref": "#/components/schemas/APIKeyResponseIncludedItem" }, "type": "array", "x-merge-override": { "items": false } } } }