{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/metric-api-metric-payload-schema.json", "title": "MetricPayload", "description": "An array of metric data objects to be ingested", "type": "array", "items": { "$ref": "#/components/schemas/MetricDataObject" } }