mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
chore: update json schema for appconfigv1
This commit is contained in:
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user