Skip to content

Commit

Permalink
Merge pull request #337 from vbalbp/add_GRID_to_institutions
Browse files Browse the repository at this point in the history
institutions: add GRID to external system identifiers
  • Loading branch information
michamos committed Nov 12, 2018
2 parents 2d27d0c + 0c0adf8 commit 1dbab64
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions inspire_schemas/records/institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1dbab64

Please sign in to comment.