{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-base-kpi-result-structure.json", "name": "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" ] }