ExportJobStateChangeEventPayload generic structure
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExportJobStateChangeEventPayload", "title": "ExportJobStateChangeEventPayload", "type": "object", "description": "ExportJobStateChangeEventPayload generic structure", "properties": { "exportJob": { "$ref": "#/components/schemas/ExportJob" } } }