{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RevenueAnalyticsOverviewItemKey", "title": "RevenueAnalyticsOverviewItemKey", "enum": [ "revenue", "paying_customer_count", "avg_revenue_per_customer" ], "type": "string" }