mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
fix build
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user