summaryrefslogtreecommitdiffstats
path: root/tools/quitter/schema.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/quitter/schema.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/quitter/schema.json b/tools/quitter/schema.json
new file mode 100644
index 0000000000..4c2e6fc86d
--- /dev/null
+++ b/tools/quitter/schema.json
@@ -0,0 +1,13 @@
+[
+ {
+ "namespace": "quitter",
+ "functions": [
+ {
+ "name": "quit",
+ "type": "function",
+ "async": true,
+ "parameters": []
+ }
+ ]
+ }
+]