diff options
| author | Dax Raad <[email protected]> | 2025-05-26 14:18:07 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 14:18:07 -0400 |
| commit | 4880b08b8accf80f5f5b2dc8bc88ffdcaa893754 (patch) | |
| tree | 36c06bbfa2ff78bf9a1feb9667d35eba7e28317b /js/schema.json | |
| parent | 80555f13e052443dc9dc67811bf782a3146de512 (diff) | |
| download | opencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.tar.gz opencode-4880b08b8accf80f5f5b2dc8bc88ffdcaa893754.zip | |
sync
Diffstat (limited to 'js/schema.json')
| -rw-r--r-- | js/schema.json | 20 |
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" -} |
