update schema et odmdb
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user