aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-23 11:43:50 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-23 11:43:50 -0700
commit475856250e598216366ed1982e523e883b652139 (patch)
tree3f6d48e5f433b4051340d195217d8b822e1f3b5b /guide
parentf5b955746f2fb62220c3b3dfc134d4d35193f776 (diff)
downloadfatcat-475856250e598216366ed1982e523e883b652139.tar.gz
fatcat-475856250e598216366ed1982e523e883b652139.zip
add 'superceded' release extra flag to elastic schema
Diffstat (limited to 'guide')
-rw-r--r--guide/src/entity_release.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/guide/src/entity_release.md b/guide/src/entity_release.md
index d9943d2a..872708a2 100644
--- a/guide/src/entity_release.md
+++ b/guide/src/entity_release.md
@@ -163,15 +163,13 @@ complete or correct in more obscure cases.
- `aliases` (array of strings) for additional titles this release might be
known by
- `container_name` (string) if not matched to a container entity
-- `subtitle` (string)
- `group-title` (string) for releases within an collection/group
- `translation_of` (release identifier) if this release is a translation of
another (usually under the same work)
-- `withdrawn_date` (string, ISO date format): if this release has been
- retracted (post-publication) or withdrawn (pre- or post-publication), this is
- the datetime of that event. Retractions also result in a `retraction` release
- under the same `work` entity. This is intended to migrate from "extra" to a
- full release entity field.
+- `superceded` (boolean) if there is another release under the same work that
+ should be referenced/indicated instead. Intended as a temporary hint until
+ proper work-based search is implemented. As an example use, all arxiv release
+ versions except for the most recent get this set.
#### `release_type` Vocabulary