JSON Schema Property 'events'

Description

List of all events captured in recorded session

Diagram

Drilldown into /$defs/Event Drilldown into /$defs/Bounds Drilldown into /$defs/Event/properties/metaKey Drilldown into /$defs/Event/properties/shiftKey Drilldown into /$defs/Event/properties/ctrlKey Drilldown into /$defs/Event/properties/altKey Drilldown into /$defs/Event/properties/interactionType Drilldown into /$defs/Event Drilldown into /$defs/EventJSON Schema Diagram of /properties/events

Value

Array

Array Index Type Description
1-n object Event (lom.schema.json)

Source

"events": {
    "type": "array",
    "description": "List of all events captured in recorded session",
    "items": {
        "$ref": "#/$defs/Event"
    }
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (26:10)