{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-base-kpi-result-schema.json", "title": "BaseKpiResult", "description": "Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.", "type": "object", "properties": { "Rows": { "allOf": [ { "$ref": "#/components/schemas/ListOfResultRow" }, { "description": "An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey." } ] } }, "required": [ "Rows" ] }