{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-schema/datadog-metrics-intake-payload-accepted-schema.json", "title": "IntakePayloadAccepted", "description": "Response indicating the metric payload was accepted for processing", "type": "object", "properties": { "errors": { "type": "array", "description": "List of any non-fatal errors encountered when processing the payload", "items": { "type": "string" } } } }