Skip to content

Commit

Permalink
Merge pull request opengeospatial#407 from pvretano/issue-367
Browse files Browse the repository at this point in the history
Resolve conflicting definition of bbox with generic object.
  • Loading branch information
bpross-52n authored May 27, 2024
2 parents d011fe9 + 7a45065 commit 5066e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openapi/schemas/processes-core/bbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ properties:
- type: string
format: uri
default: "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
additionalProperties: false
2 changes: 1 addition & 1 deletion openapi/schemas/processes-core/inputValue.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
oneOf:
anyOf:
- $ref: "inputValueNoObject.yaml"
- type: object

0 comments on commit 5066e04

Please sign in to comment.