api schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2022-02-01 19:10:49 +01:00
parent 590f8233ce
commit 2d01b79755
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

View File

@ -21,19 +21,19 @@
}
},
"collections": {
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"type": "array",
"description": "list of collections in this project",
"items": {
"type": "array",
"description": "list of collections in this project",
"items": {
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"$ref": "collection.json"
}
}
]
]
}
}
},
"required": ["namespace"]