{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.bolt.com/schemas/page-view-event-data", "title": "page-view-event-data", "type": "object", "required": [ "url" ], "properties": { "url": { "type": "string", "description": "url of viewed page", "example": "https://demo.staging-bolt.com/cart" }, "user_agent": { "type": "string", "description": "device information", "example": "User-Agent: Mozilla/5.0 (<system-information>) <platform> (<platform-details>) <extensions>" } } }