{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-get-journey-date-range-kpi-response-structure.json", "name": "GetJourneyDateRangeKpiResponse", "description": "GetJourneyDateRangeKpiResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "JourneyDateRangeKpiResponse": { "$ref": "#/components/schemas/JourneyDateRangeKpiResponse" } }, "required": [ "JourneyDateRangeKpiResponse" ] }