Skip to content

Commit

Permalink
fix oas spec - invalid required
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Jan 18, 2024
1 parent 31fefa1 commit 9c4e74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coordinate_transformation_api/assets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,8 @@ components:
name:
type: str
pattern: "^urn:ogc:def:crs:.*?:.*?:.*?$"
required: name
required:
- name
type:
type: str
const: "name"
Expand Down

0 comments on commit 9c4e74c

Please sign in to comment.