restructure
This commit is contained in:
parent
9e44070fe7
commit
81fdafb907
13 changed files with 376 additions and 366 deletions
11
comfyrecipes/schemas/settings.json
Normal file
11
comfyrecipes/schemas/settings.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://example.com/settings.json",
|
||||
"title": "Settings",
|
||||
"description": "Settings",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"default_currency": { "type": "string" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue