assets in schema

This commit is contained in:
2022-11-18 16:26:45 +00:00
parent c7a3d26f42
commit dcfde495c7
3 changed files with 43 additions and 1 deletions

View File

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