Skip to content

Commit 324cf6b

Browse files
committed
schemas/dataType.json: Fixed oneOf that should have been anyOf
- JSON Schema does not validate oneOf if multiple sub-schemas validate
1 parent 04800e6 commit 324cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/tms/2.0/json/dataType.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2019-09/schema",
3-
"oneOf" : [
3+
"anyOf" : [
44
{ "type": "string" },
55
{
66
"type": "string",

0 commit comments

Comments
 (0)