{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AcceptedResponse", "title": "AcceptedResponse", "type": "object", "description": "Response when the payload was accepted", "properties": { "requestId": { "type": "string", "description": "Unique identifier for the accepted ingestion request", "example": "500123" } } }