From 0c0adf8a96aad71a7c8270b68858964923255f13 Mon Sep 17 00:00:00 2001 From: Victor Balbuena Date: Mon, 12 Nov 2018 14:52:52 +0100 Subject: [PATCH] institutions: add GRID to external system identifiers Signed-off-by: Victor Balbuena --- inspire_schemas/records/institutions.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/inspire_schemas/records/institutions.yml b/inspire_schemas/records/institutions.yml index dc06edb2..dce5744f 100644 --- a/inspire_schemas/records/institutions.yml +++ b/inspire_schemas/records/institutions.yml @@ -99,6 +99,26 @@ properties: List of identifiers of this institution on external systems. items: anyOf: + - additionalProperties: false + properties: + schema: + description: |- + :MARC: ``035__9:GRID`` + enum: + - GRID + minLength: 1 + type: string + value: + description: |- + :MARC: ``035__a`` + minLength: 1 + pattern: ^grid\.\d+\.\w+$ + type: string + required: + - schema + - value + title: GRID identifier + type: object - additionalProperties: false properties: schema: