{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-create-export-job-response-structure.json", "name": "CreateExportJobResponse", "description": "CreateExportJobResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "ExportJobResponse": { "$ref": "#/components/schemas/ExportJobResponse" } }, "required": [ "ExportJobResponse" ] }