aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-31 13:33:38 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-31 13:33:38 -0800
commitfbd79c7315cad4789eb0e92c136c59da8f38c4f3 (patch)
treeb1c1c7c0ff0c2eb1f0156d9205f2589ce226f34c /extra/elasticsearch
parent741c7b1efae5e39f3ee2c082e3ca28c6c5c85b76 (diff)
downloadfatcat-fbd79c7315cad4789eb0e92c136c59da8f38c4f3.tar.gz
fatcat-fbd79c7315cad4789eb0e92c136c59da8f38c4f3.zip
ES release schema: fix typo
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/release_schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json
index c0bbda22..2cc9169c 100644
--- a/extra/elasticsearch/release_schema.json
+++ b/extra/elasticsearch/release_schema.json
@@ -110,7 +110,7 @@
"is_retracted": { "type": "boolean" },
"preservation": { "type": "keyword", "normalizer": "default" },
- "affilation": { "type": "alias", "path": "affiliations" },
+ "affiliation": { "type": "alias", "path": "affiliations" },
"ror": { "type": "alias", "path": "affiliation_rors" },
"creator_id": { "type": "alias", "path": "creator_ids" },
"ref_release_id": { "type": "alias", "path": "ref_release_ids" },