{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PageVisits", "title": "PageVisits", "type": "object", "properties": { "id": { "description": "Not allowed on create.", "type": "string", "nullable": true }, "type": { "type": "string", "enum": [ "page_visits" ] }, "properties": { "$ref": "#/components/schemas/PageVisitsProperties" } }, "required": [ "type" ] }