Skip to content

Commit

Permalink
Merge pull request #175 from michamos/fix_legacy_creation_date
Browse files Browse the repository at this point in the history
schemas: legacy_creation_date is not a date-time
  • Loading branch information
michamos authored Jun 15, 2017
2 parents 0bc9bc1 + 6b25156 commit 4173105
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion inspire_schemas/records/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ properties:
type: array
uniqueItems: true
legacy_creation_date:
format: date-time
format: date
type: string
name:
additionalProperties: false
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 @@ -143,7 +143,7 @@ properties:
type: array
uniqueItems: true
legacy_creation_date:
format: date-time
format: date
type: string
new_record:
$ref: elements/json_reference.json
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 @@ -267,7 +267,7 @@ properties:
type: array
uniqueItems: true
legacy_creation_date:
format: date-time
format: date
type: string
long_name:
description: |-
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 @@ -949,7 +949,7 @@ properties:
:MARC: ``961__x``
Only present if the record already existed on legacy Inspire.
format: date-time
format: date
title: Date of record creation on legacy
type: string
license:
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 @@ -124,7 +124,7 @@ properties:
legacy_ICN:
type: string
legacy_creation_date:
format: date-time
format: date
type: string
location:
additionalProperties: false
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 @@ -101,7 +101,7 @@ properties:
type: array
uniqueItems: true
legacy_creation_date:
format: date-time
format: date
type: string
new_record:
$ref: elements/json_reference.json
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 @@ -67,7 +67,7 @@ properties:
type: array
uniqueItems: true
legacy_creation_date:
format: date-time
format: date
type: string
license:
enum:
Expand Down

0 comments on commit 4173105

Please sign in to comment.