summaryrefslogtreecommitdiffhomepage
path: root/js/schema.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 14:18:07 -0400
committerDax Raad <[email protected]>2025-05-26 14:18:07 -0400
commit4880b08b8accf80f5f5b2dc8bc88ffdcaa893754 (patch)
tree36c06bbfa2ff78bf9a1feb9667d35eba7e28317b /js/schema.json
parent80555f13e052443dc9dc67811bf782a3146de512 (diff)
downloadopencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.tar.gz
opencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.zip
sync
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"
-}