From fcb66a2f37f1c5d518ee322944ddf9465ca61ab2 Mon Sep 17 00:00:00 2001 From: flovntp Date: Wed, 25 Jun 2025 10:01:28 +0200 Subject: [PATCH] Update upsun.json As now, for Composable Image (`stack`) we can define the Nix Channel in the `type` setting, we need to authorise having both `stack` and `type` --- validator/schema/upsun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/schema/upsun.json b/validator/schema/upsun.json index bf93a72..313a98e 100644 --- a/validator/schema/upsun.json +++ b/validator/schema/upsun.json @@ -712,7 +712,7 @@ "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" } }, - "oneOf": [ + "anyOf": [ { "required": [ "type"