{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/log-api-log-payload-schema.json", "title": "LogPayload", "description": "Array of log data batch objects", "type": "array", "items": { "$ref": "#/components/schemas/LogDataObject" } }