Skip to content

Commit

Permalink
Remove required properties in OpenAPI yaml to improve behavior in API…
Browse files Browse the repository at this point in the history
… reference

Fixes #1045
  • Loading branch information
codycooperross committed Nov 22, 2023
1 parent 40d9722 commit 2adbf70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,6 @@ components:
type: string
lang:
type: string
required:
- name
titles:
type: array
items:
Expand All @@ -1737,8 +1735,6 @@ components:
$ref: '#/components/schemas/titleType'
lang:
type: string
required:
- title
publisher:
type: string
container:
Expand Down Expand Up @@ -1861,8 +1857,6 @@ components:
type: string
ris:
type: string
required:
- resourceTypeGeneral
relatedIdentifiers:
type: array
items:
Expand Down

0 comments on commit 2adbf70

Please sign in to comment.