mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
chore: format code
This commit is contained in:
parent
a1175bddcd
commit
0ab3b88250
1 changed files with 17 additions and 2 deletions
|
|
@ -1156,8 +1156,17 @@
|
|||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"time": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["time"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6382,6 +6391,9 @@
|
|||
},
|
||||
"compacting": {
|
||||
"type": "number"
|
||||
},
|
||||
"archived": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": ["created", "updated"]
|
||||
|
|
@ -8095,6 +8107,9 @@
|
|||
"Path": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"home": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -8108,7 +8123,7 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["state", "config", "worktree", "directory"]
|
||||
"required": ["home", "state", "config", "worktree", "directory"]
|
||||
},
|
||||
"VcsInfo": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue