restructure

This commit is contained in:
Emi Vasilek 2023-11-19 00:18:12 +01:00
parent 9e44070fe7
commit 81fdafb907
13 changed files with 376 additions and 366 deletions

View file

@ -1,11 +0,0 @@
{
"$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" }
}
}