Skip to content

Commit

Permalink
openapi: Applied oneOf -> anyOf fix for dataType.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Dec 2, 2022
1 parent 9a257f2 commit ba1b6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/ogcapi-tiles-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@
]
},
"dataType": {
"oneOf": [
"anyOf": [
{
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/common-geodata/dataType.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This list may be extended (e.g. point clouds, meshes)
oneOf:
anyOf:
- type: string
- type: string
enum:
Expand Down

0 comments on commit ba1b6ad

Please sign in to comment.