Skip to content

Commit

Permalink
records: clarify meaning of control_number
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Moskovic <michamos@gmail.com>
  • Loading branch information
michamos committed Jun 24, 2020
1 parent a0039d2 commit c9fceb5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion inspire_schemas/records/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
death_date:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
core:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
deleted:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
core:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/hep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
copyright:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
core:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
deadline_date:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/journals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ properties:
description: |-
:MARC: ``001``
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
date_ended:
Expand Down
2 changes: 1 addition & 1 deletion inspire_schemas/records/seminars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ properties:
uniqueItems: true
control_number:
description: |-
Read-only field.
Read-only field. Also called ``record ID`` or ``recid``.
title: ID of current record
type: integer
core:
Expand Down

0 comments on commit c9fceb5

Please sign in to comment.