Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove required properties in OpenAPI yaml DoiPropertiesMetadata schema to improve behavior in API reference #1046

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 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 Expand Up @@ -1917,8 +1911,6 @@ components:
type: string
nameType:
$ref: '#/components/schemas/nameType'
required:
- name
titles:
type: array
items:
Expand All @@ -1928,8 +1920,6 @@ components:
type: string
titleType:
$ref: '#/components/schemas/titleType'
required:
- title
volume:
type: string
issue:
Expand Down Expand Up @@ -1968,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