fix build

This commit is contained in:
Simon Harrer
2025-03-10 15:56:14 +01:00
parent f5d12e3845
commit f18beecf33
2 changed files with 4 additions and 4 deletions

View File

@@ -16,9 +16,9 @@
},
"apiVersion": {
"type": "string",
"default": "v3.0.1",
"description": "Version of the standard used to build data contract. Default value is v3.0.1.",
"enum": ["v3.0.1", "v3.0.0", "v2.2.2", "v2.2.1", "v2.2.0"]
"default": "v3.0.2",
"description": "Version of the standard used to build data contract. Default value is v3.0.2.",
"enum": ["v3.0.2","v3.0.1", "v3.0.0", "v2.2.2", "v2.2.1", "v2.2.0"]
},
"id": {
"type": "string",

View File

@@ -7,7 +7,7 @@ LIGHT_BLUE='\033[1;34m'
NC='\033[0m'
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
json_schema_version=${JSON_SCHEMA_VERSION:-v3.0.1}
json_schema_version=${JSON_SCHEMA_VERSION:-v3.0.2}
num_failed_validation=0
echo "Checking if $json_schema_version JSON schema is valid"