From dea2c14ed3a362f6d6f73b163d9d7715b6fc84e5 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:25:43 -0500 Subject: [PATCH 1/2] Updates OpenAPI yaml with new Schema 4.5 values --- openapi.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 476411053..4e68c7bea 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1736,7 +1736,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 @@ -2306,6 +2317,8 @@ components: - Requires - IsObsoletedBy - Obsoletes + - IsCollectedBy + - Collects resourceTypeGeneral: type: string enum: @@ -2321,6 +2334,7 @@ components: - Dissertation - Event - Image + - Instrument - InteractiveResource - Journal - JournalArticle @@ -2334,6 +2348,7 @@ components: - Software - Sound - Standard + - StudyRegistration - Text - Workflow - Other From 49eb48950c76246f547e3c7dd7103d72924e854f Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:20:48 -0500 Subject: [PATCH 2/2] 4.5 resourceTypeGenerals in resource-type-id --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 4e68c7bea..d45c37ef1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -395,6 +395,7 @@ paths: - dissertation - event - image + - instrument - interactive-resource - journal - journal-article @@ -408,6 +409,7 @@ paths: - software - sound - standard + - study-registration - text - workflow - other