{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CrmEvent_page_view", "title": "property_CrmEvent_page_view", "properties": { "average": { "type": "number" }, "count": { "type": "number" }, "url": { "type": "string" } }, "type": "object" }