Added schema v6

This commit is contained in:
adosztal 2020-01-25 17:18:29 +01:00
parent 36a817d21e
commit ca101e31b9

View File

@ -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):