chore: update json schema for appconfigv1

This commit is contained in:
Ayush Jha
2024-12-16 14:06:37 +05:45
parent 6cea505aab
commit 19e8cf8aa6

View File

@@ -4,7 +4,6 @@
"description": "User-facing app.yaml config file for apps.\n\nNOTE: only used by the backend, Edge itself does not use this format, and uses [`super::AppVersionV1Spec`] instead.", "description": "User-facing app.yaml config file for apps.\n\nNOTE: only used by the backend, Edge itself does not use this format, and uses [`super::AppVersionV1Spec`] instead.",
"type": "object", "type": "object",
"required": [ "required": [
"name",
"package" "package"
], ],
"properties": { "properties": {
@@ -81,7 +80,10 @@
}, },
"name": { "name": {
"description": "Name of the app.", "description": "Name of the app.",
"type": "string" "type": [
"string",
"null"
]
}, },
"owner": { "owner": {
"description": "Owner of the app.\n\nThis is either a username or a namespace.", "description": "Owner of the app.\n\nThis is either a username or a namespace.",