mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-25 17:06:55 +00:00
rename services to aio_services_v1
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
29197deb69
commit
f98528eac5
4 changed files with 5 additions and 4 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"type": "object",
|
||||
"description": "AIO containers definition schema",
|
||||
"minProperties": 1,
|
||||
"required": ["services"],
|
||||
"required": ["aio_services_v1"],
|
||||
"properties": {
|
||||
"services": {
|
||||
"aio_services_v1": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue