{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-metrics-intake-payload-accepted-structure.json", "name": "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" } } } }