diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc index 8ea759ce..47e0c402 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/schema.adoc @@ -607,7 +607,7 @@ "RIGHTS", "ACCESS" ], - "oneOf": [ + "anyOf": [ { "required": [ "ATTRIBUTES" @@ -671,7 +671,7 @@ ] }, { - "oneOf": [ + "anyOf": [ { "required": [ "OBJECTS" diff --git a/documentation/IDTA-01002-3/modules/ROOT/partials/query-json-schema.json b/documentation/IDTA-01002-3/modules/ROOT/partials/query-json-schema.json index a5f131d6..93e66007 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/partials/query-json-schema.json +++ b/documentation/IDTA-01002-3/modules/ROOT/partials/query-json-schema.json @@ -591,7 +591,7 @@ "RIGHTS", "ACCESS" ], - "oneOf": [ + "anyOf": [ { "required": [ "ATTRIBUTES" @@ -655,7 +655,7 @@ ] }, { - "oneOf": [ + "anyOf": [ { "required": [ "OBJECTS"