{"$id":"https://api.realself.com/schemas/pages/interaction/1-0-0.json","$schema":"http://json-schema.org/2019-09/schema#","definitions":{"element":{"properties":{"action":{"description":"The action that occurred (click, play, expand, etc)","type":"string"},"id":{"description":"Identifier of the element","type":"string"},"label":{"description":"Label of the element","type":"string"},"tag":{"description":"Name of the element tag (div, button, etc)","type":"string"},"value":{"description":"Value of the element","type":"string"}},"type":"object"}},"description":"Page interaction event","properties":{"element":{"$ref":"#/definitions/element","description":"The element that was interacted with"},"page":{"$ref":"http://api.realself.com/schemas/pages/page/1-0-0"},"related":{"description":"Other related elements such as form fields","items":{"$ref":"#/definitions/element"},"type":"array"}},"required":["element"],"type":"object"}