diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2019-12-17 17:11:36 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2019-12-17 17:11:36 +0100 |
commit | da6d0b72768f465d917489531a07e08ae4f7d220 (patch) | |
tree | aad7cfe086224d5c70fad5e544255c6f1ee7764e /guide | |
parent | 4c4ca6e63e5a3671fa5a517cc6afda8413fe39ea (diff) | |
download | fatcat-da6d0b72768f465d917489531a07e08ae4f7d220.tar.gz fatcat-da6d0b72768f465d917489531a07e08ae4f7d220.zip |
remove duplicate fields in entity release
Diffstat (limited to 'guide')
-rw-r--r-- | guide/src/entity_release.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guide/src/entity_release.md b/guide/src/entity_release.md index 1fd0a2f1..20b24719 100644 --- a/guide/src/entity_release.md +++ b/guide/src/entity_release.md @@ -25,10 +25,6 @@ - `release_year` (integer): year when this release was first made publicly available; should match `release_date` if both are known. - `withdrawn_status` (string, controlled set): -- `release_date` (string, ISO date format): when this release was first made - publicly available. Blank if only year is known. -- `release_year` (integer): year when this release was first made - publicly available; should match `release_date` if both are known. - `ext_ids` (key/value object of string-to-string mappings): external identifiers. At least an empty `ext_ids` object is always required for release entities, so individual identifiers can be accessed directly. |