From ca101e31b989120fe37202e9d840e4a723262a21 Mon Sep 17 00:00:00 2001 From: adosztal Date: Sat, 25 Jan 2020 17:18:29 +0100 Subject: [PATCH] Added schema v6 --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.py b/check.py index 90bd9b7..14ead9c 100644 --- a/check.py +++ b/check.py @@ -25,7 +25,7 @@ import jsonschema from picture import get_size -SCHEMA_VERSIONS = [3, 4, 5] +SCHEMA_VERSIONS = [3, 4, 5, 6] def validate_schema(appliance_json, name, schemas):