summaryrefslogtreecommitdiffstats
path: root/tools/quitter/schema.json
blob: 4c2e6fc86dadbe8aee82f70c01dd027431d24869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "namespace": "quitter",
    "functions": [
      {
        "name": "quit",
        "type": "function",
        "async": true,
        "parameters": []
      }
    ]
  }
]