summaryrefslogtreecommitdiffhomepage
path: root/js/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/schema.json')
-rw-r--r--js/schema.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/js/schema.json b/js/schema.json
deleted file mode 100644
index bc08652e0..000000000
--- a/js/schema.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "type": "object",
- "properties": {
- "type": {
- "const": "storage.write"
- },
- "properties": {
- "type": "object",
- "properties": {
- "key": {
- "type": "string"
- },
- "body": {}
- },
- "required": ["key", "body"]
- }
- },
- "required": ["type", "properties"],
- "$schema": "https://json-schema.org/draft-2020-12/schema"
-}