{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TeamRevenueAnalyticsConfig", "title": "TeamRevenueAnalyticsConfig", "type": "object", "properties": { "base_currency": { "$ref": "#/components/schemas/BaseCurrencyEnum" }, "events": {}, "goals": {}, "filter_test_accounts": { "type": "boolean" } } }