Skip to content

Commit

Permalink
Removes required properties in relatedItem API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Nov 22, 2023
1 parent 2adbf70 commit 99c3c84
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1911,8 +1911,6 @@ components:
type: string
nameType:
$ref: '#/components/schemas/nameType'
required:
- name
titles:
type: array
items:
Expand All @@ -1922,8 +1920,6 @@ components:
type: string
titleType:
$ref: '#/components/schemas/titleType'
required:
- title
volume:
type: string
issue:
Expand Down Expand Up @@ -1962,12 +1958,6 @@ components:
$ref: '#/components/schemas/nameType'
contributorType:
$ref: '#/components/schemas/contributorType'
required:
- name
- contributorType
required:
- relatedItemType
- relationType
sizes:
type: array
items:
Expand Down

0 comments on commit 99c3c84

Please sign in to comment.