summaryrefslogtreecommitdiffstats
path: root/docs/schemas/event-session-loaded-v1.schema.json
blob: f64f0511d69b7e567b612bc393b963f5d99af700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "$id": "https://lnav.org/event-session-loaded-v1.schema.json",
    "title": "https://lnav.org/event-session-loaded-v1.schema.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "description": "Event fired when a session is loaded.",
    "properties": {
        "$schema": {
            "title": "/$schema",
            "type": "string",
            "examples": [
                "https://lnav.org/event-session-loaded-v1.schema.json"
            ]
        }
    },
    "additionalProperties": false
}