From f67a83a32c944b83b6ad3a123d4f8421fe8e4d85 Mon Sep 17 00:00:00 2001 From: Mihoub Debache Date: Fri, 2 Feb 2024 16:45:55 +0100 Subject: [PATCH] fix(identifiers): add open alex as new identifiers for structures --- src/openapi/schemas/identifiers/enums/type.yml | 1 + src/openapi/schemas/structures/enums/identifier-types.yml | 1 + src/openapi/schemas/structures/structure-create-payload.yml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/src/openapi/schemas/identifiers/enums/type.yml b/src/openapi/schemas/identifiers/enums/type.yml index db7e7392..fca033f7 100644 --- a/src/openapi/schemas/identifiers/enums/type.yml +++ b/src/openapi/schemas/identifiers/enums/type.yml @@ -21,6 +21,7 @@ enum: - isil - isni - oc + - openAlexStructId - orgref - pia - piaweb-organization diff --git a/src/openapi/schemas/structures/enums/identifier-types.yml b/src/openapi/schemas/structures/enums/identifier-types.yml index f12d621d..a7003d22 100644 --- a/src/openapi/schemas/structures/enums/identifier-types.yml +++ b/src/openapi/schemas/structures/enums/identifier-types.yml @@ -22,6 +22,7 @@ enum: - isil - isni - oc + - openAlexStructId - orgref - pia - piaweb-organization diff --git a/src/openapi/schemas/structures/structure-create-payload.yml b/src/openapi/schemas/structures/structure-create-payload.yml index ef53bbcc..2f761367 100644 --- a/src/openapi/schemas/structures/structure-create-payload.yml +++ b/src/openapi/schemas/structures/structure-create-payload.yml @@ -154,6 +154,9 @@ properties: dealroom: type: string nullable: true + openAlexStructId: + type: string + nullable: true websiteEn: type: string nullable: true