{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_AdsReportMetrics_group_pacing", "title": "property_AdsReportMetrics_group_pacing", "properties": { "daily_max_amount": { "type": "number" }, "daily_max_impressions": { "type": "number" }, "period": { "enum": [ "UNSPECIFIED", "DAILY", "FLIGHT" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "type": { "type": "string" } }, "type": "object" }