Merge pull request #498 from adosztal/master

Added schema v6
This commit is contained in:
Jeremy Grossmann 2020-01-25 23:52:21 +07:00 committed by GitHub
commit 6baedebacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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