Skip to content

Commit

Permalink
schemas/dataType.json: Fixed oneOf that should have been anyOf
Browse files Browse the repository at this point in the history
- JSON Schema does not validate oneOf if multiple sub-schemas validate
  • Loading branch information
jerstlouis committed Dec 2, 2022
1 parent 04800e6 commit 324cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/tms/2.0/json/dataType.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"oneOf" : [
"anyOf" : [
{ "type": "string" },
{
"type": "string",
Expand Down

0 comments on commit 324cf6b

Please sign in to comment.