{ "$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-application-date-range-kpi-response-structure.json", "name": "GetApplicationDateRangeKpiResponse", "description": "GetApplicationDateRangeKpiResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "ApplicationDateRangeKpiResponse": { "$ref": "#/components/schemas/ApplicationDateRangeKpiResponse" } }, "required": [ "ApplicationDateRangeKpiResponse" ] }