Skip to content

Commit 0b33dd3

Browse files
committed
Go back to original descriptions
1 parent babd7f9 commit 0b33dd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

validator/schema/upsun.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"firewall": {"$ref": "#/definitions/firewall"},
4343
"type": {
4444
"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"
4747
},
4848
"runtime": {
4949
"type": "object",
@@ -709,7 +709,8 @@
709709
}
710710
],
711711
"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"
713+
}
713714
},
714715
"anyOf": [
715716
{

0 commit comments

Comments
 (0)