{ "$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-relationships-structure.json", "name": "APIKeyRelationships", "description": "Resources related to the API key.", "type": "object", "properties": { "created_by": { "$ref": "#/components/schemas/RelationshipToUser" }, "modified_by": { "$ref": "#/components/schemas/NullableRelationshipToUser" } } }