diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-31 13:33:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-31 13:33:38 -0800 |
commit | fbd79c7315cad4789eb0e92c136c59da8f38c4f3 (patch) | |
tree | b1c1c7c0ff0c2eb1f0156d9205f2589ce226f34c /extra/elasticsearch/release_schema.json | |
parent | 741c7b1efae5e39f3ee2c082e3ca28c6c5c85b76 (diff) | |
download | fatcat-fbd79c7315cad4789eb0e92c136c59da8f38c4f3.tar.gz fatcat-fbd79c7315cad4789eb0e92c136c59da8f38c4f3.zip |
ES release schema: fix typo
Diffstat (limited to 'extra/elasticsearch/release_schema.json')
-rw-r--r-- | extra/elasticsearch/release_schema.json | 2 |
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" }, |