{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AppMetricsTotalsResponse", "title": "AppMetricsTotalsResponse", "type": "object", "properties": { "totals": { "type": "object", "additionalProperties": { "type": "integer" } } }, "required": [ "totals" ] }