Skip to content

Commit a2f8e9c

Browse files
committed
Fixed failing tests
1 parent ba8446b commit a2f8e9c

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

tests/test_validate/testing_files/main_dir/PDS_JSON_Schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,10 @@
18481848
"minLength": 1
18491849
},
18501850
"parent_id": {
1851-
"type": "string"
1851+
"type": [
1852+
"string",
1853+
"array"
1854+
]
18521855
},
18531856
"protocol.id": {
18541857
"type": [

tests/test_validate/testing_files/main_dir/base_schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
"minLength": 1
5959
},
6060
"parent_id": {
61-
"type": "string"
61+
"type": [
62+
"string",
63+
"array"
64+
]
6265
},
6366
"protocol.id": {
6467
"type": [

tests/test_validate/testing_files/main_dir/base_schema_plus_pds.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,10 @@
18481848
"minLength": 1
18491849
},
18501850
"parent_id": {
1851-
"type": "string"
1851+
"type": [
1852+
"string",
1853+
"array"
1854+
]
18521855
},
18531856
"protocol.id": {
18541857
"type": [

tests/test_validate/testing_files/main_dir/base_schema_plus_pds_plus_input.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,10 @@
19361936
"minLength": 1
19371937
},
19381938
"parent_id": {
1939-
"type": "string"
1939+
"type": [
1940+
"string",
1941+
"array"
1942+
]
19401943
},
19411944
"protocol.id": {
19421945
"type": [

tests/test_validate/testing_files/main_dir/base_schema_plus_pds_plus_input2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,10 @@
20512051
"minLength": 1
20522052
},
20532053
"parent_id": {
2054-
"type": "string"
2054+
"type": [
2055+
"string",
2056+
"array"
2057+
]
20552058
},
20562059
"protocol.id": {
20572060
"type": [

0 commit comments

Comments
 (0)