{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ChangeResponse", "type": "object", "description": "Response after ingesting a change event.", "properties": { "_id": { "type": "string", "description": "Internal change ID." }, "status": { "type": "string", "description": "Ingestion status." } } }