{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebAnalyticsItemKind", "title": "WebAnalyticsItemKind", "enum": [ "unit", "duration_s", "percentage", "currency" ], "type": "string" }