Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptth222 committed Aug 29, 2024
1 parent ba8446b commit a2f8e9c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,10 @@
"minLength": 1
},
"parent_id": {
"type": "string"
"type": [
"string",
"array"
]
},
"protocol.id": {
"type": [
Expand Down
5 changes: 4 additions & 1 deletion tests/test_validate/testing_files/main_dir/base_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
"minLength": 1
},
"parent_id": {
"type": "string"
"type": [
"string",
"array"
]
},
"protocol.id": {
"type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,10 @@
"minLength": 1
},
"parent_id": {
"type": "string"
"type": [
"string",
"array"
]
},
"protocol.id": {
"type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,10 @@
"minLength": 1
},
"parent_id": {
"type": "string"
"type": [
"string",
"array"
]
},
"protocol.id": {
"type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,10 @@
"minLength": 1
},
"parent_id": {
"type": "string"
"type": [
"string",
"array"
]
},
"protocol.id": {
"type": [
Expand Down

0 comments on commit a2f8e9c

Please sign in to comment.