{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JourneyEventPostingResponse", "title": "JourneyEventPostingResponse", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/BaseMetaWithWorkspaceResponseEnvelope" }, "data": { "$ref": "#/components/schemas/BaseDataMessageResponseEnvelope" } } }