update schema et odmdb

This commit is contained in:
2024-11-11 00:33:30 +01:00
parent fe82e06cc3
commit 5a6d49d072
19 changed files with 3411 additions and 25 deletions

View File

@@ -5,29 +5,11 @@
"description": "A space web available for a domaine, with accessright",
"type": "object",
"properties": {
"tribeId": {
"title": "Tribe name",
"description": "A unique string as tribe",
"options": {
"$ref": "adminapi/objects/tribess/idx/lst_tribeId.json"
}
},
"website": {
"description": "Folder name into a tribeId/www/",
"title": "web space",
"type": "string"
},
"status": {
"title": "Status",
"description": "Status of website ",
"default": "active",
"type": "string",
"enum": [
"chain",
"tochain",
"unchain"
]
},
"dns": {
"title": "domaine name list to access",
"description": "Add in nginx nameserver local website.tribeId LAN domaine.tld",
@@ -76,7 +58,8 @@
"comment": "the tribeid"
},
"xuuid": {
"type": "string""default": 0
"type": "string",
"default": 0
}
},
"required": [
@@ -108,6 +91,9 @@
"status"
],
"apxid": "website",
"apxuniquekey": [
"website"
],
"apxidx": [
{
"name": "lst_website",