Skip to content

Commit

Permalink
Resolve conflicting definition of bbox with generic object.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvretano committed Apr 29, 2024
1 parent 1a54686 commit 7a45065
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 7a45065

Please sign in to comment.