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

Schema 4.5 - OpenAPI yaml updates #1048

Merged
merged 3 commits into from
Jan 22, 2024
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
19 changes: 18 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ paths:
- dissertation
- event
- image
- instrument
- interactive-resource
- journal
- journal-article
Expand All @@ -408,6 +409,7 @@ paths:
- software
- sound
- standard
- study-registration
- text
- workflow
- other
Expand Down Expand Up @@ -1736,7 +1738,18 @@ components:
lang:
type: string
publisher:
type: string
type: object
properties:
name:
type: string
publisherIdentifier:
type: string
publisherIdentifierScheme:
type: string
schemeUri:
type: string
lang:
type: string
container:
readOnly: true
type: object
Expand Down Expand Up @@ -2306,6 +2319,8 @@ components:
- Requires
- IsObsoletedBy
- Obsoletes
- IsCollectedBy
- Collects
resourceTypeGeneral:
type: string
enum:
Expand All @@ -2321,6 +2336,7 @@ components:
- Dissertation
- Event
- Image
- Instrument
- InteractiveResource
- Journal
- JournalArticle
Expand All @@ -2334,6 +2350,7 @@ components:
- Software
- Sound
- Standard
- StudyRegistration
- Text
- Workflow
- Other
Expand Down