JSON Schema Property 'interactionType'

Description

Type of interaction this event denotes

Diagram

JSON Schema Diagram of /$defs/Event/properties/interactionType

Value

String

Any String value.

Enum

"exploration"
"action"

Source

"interactionType": {
    "type": "string",
    "description": "Type of interaction this event denotes",
    "enum": [
        "exploration",
        "action"
    ]
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (125:18)