{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-api-api-key-relationships-schema.json", "title": "APIKeyRelationships", "description": "Resources related to the API key.", "type": "object", "properties": { "created_by": { "$ref": "#/components/schemas/RelationshipToUser" }, "modified_by": { "$ref": "#/components/schemas/NullableRelationshipToUser" } } }