mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
sync
This commit is contained in:
parent
99af6146d5
commit
652429377b
18 changed files with 188 additions and 498 deletions
20
js/schema.json
Normal file
20
js/schema.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue