Skip to content

Commit f18beec

Browse files
committed
fix build
1 parent f5d12e3 commit f18beec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schema/odcs-json-schema-v3.0.2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"apiVersion": {
1818
"type": "string",
19-
"default": "v3.0.1",
20-
"description": "Version of the standard used to build data contract. Default value is v3.0.1.",
21-
"enum": ["v3.0.1", "v3.0.0", "v2.2.2", "v2.2.1", "v2.2.0"]
19+
"default": "v3.0.2",
20+
"description": "Version of the standard used to build data contract. Default value is v3.0.2.",
21+
"enum": ["v3.0.2","v3.0.1", "v3.0.0", "v2.2.2", "v2.2.1", "v2.2.0"]
2222
},
2323
"id": {
2424
"type": "string",

src/script/validate-examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LIGHT_BLUE='\033[1;34m'
77
NC='\033[0m'
88

99
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
10-
json_schema_version=${JSON_SCHEMA_VERSION:-v3.0.1}
10+
json_schema_version=${JSON_SCHEMA_VERSION:-v3.0.2}
1111
num_failed_validation=0
1212

1313
echo "Checking if $json_schema_version JSON schema is valid"

0 commit comments

Comments
 (0)