You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: validator/schema/upsun.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@
42
42
"firewall": {"$ref": "#/definitions/firewall"},
43
43
"type": {
44
44
"type": "string",
45
-
"title": "The base runtime and version to use for this application",
46
-
"description": "The base image to use. \nFormat: runtime:version. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/single-runtime-image.html#types"
45
+
"title": "The base runtime (language) and version to use for this application",
46
+
"description": "The base image to use with a specific app language. \nFormat: runtime:version. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/single-runtime-image.html#types"
47
47
},
48
48
"runtime": {
49
49
"type": "object",
@@ -709,7 +709,8 @@
709
709
}
710
710
],
711
711
"title": "Composable Image definition",
712
-
"description": "A list of Nix packages from NixPkgs. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/composable-image.html" }
712
+
"description": "A list of packages from the Upsun collection of supported runtimes and/or from NixPkgs. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/composable-image.html"
0 commit comments