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
+12-6Lines changed: 12 additions & 6 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 (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"
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"
47
47
},
48
48
"runtime": {
49
49
"type": "object",
@@ -705,14 +705,14 @@
705
705
"type": "object"
706
706
}
707
707
]
708
-
}
708
+
},
709
+
"description": "A package definition, for example 'package@version' (for services) or just 'package' (for tools)."
709
710
}
710
711
],
711
712
"title": "Composable Image definition",
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"
713
-
}
713
+
"description": "A list of Nix packages from NixPkgs. \nMore information: \nhttps://docs.upsun.com/create-apps/app-reference/composable-image.html" }
0 commit comments