From 2b20fcad7fe3f301a07baf68df3b1211363df335 Mon Sep 17 00:00:00 2001 From: Josh Buker Date: Wed, 29 Mar 2023 13:44:36 -0700 Subject: [PATCH] Force schema_version to match the schema it came from Signed-off-by: Josh Buker --- validation/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/validation/schema.json b/validation/schema.json index 3c7f7d79..57a91e37 100644 --- a/validation/schema.json +++ b/validation/schema.json @@ -5,7 +5,8 @@ "type": "object", "properties": { "schema_version": { - "type": "string" + "type": "string", + "enum": ["1.4.1"] }, "id": { "type": "string"