From ec8f5925f26cd43f8dd711bed7ac766f5e09ada5 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Thu, 14 Jul 2022 17:08:28 -0400 Subject: [PATCH] rhcos.schema.json: assembly may also specify rhel-coreos-8 --- validator/json_schemas/rhcos.schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/validator/json_schemas/rhcos.schema.json b/validator/json_schemas/rhcos.schema.json index 801876d..ca3288c 100644 --- a/validator/json_schemas/rhcos.schema.json +++ b/validator/json_schemas/rhcos.schema.json @@ -43,6 +43,15 @@ "machine-os-content?": { "$ref": "#/properties/machine-os-content" }, + "rhel-coreos-8": { + "$ref": "#/properties/machine-os-content" + }, + "rhel-coreos-8!": { + "$ref": "#/properties/machine-os-content" + }, + "rhel-coreos-8?": { + "$ref": "#/properties/machine-os-content" + }, "dependencies": { "$ref": "assembly_dependencies.schema.json" },