diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-29 23:23:39 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-29 23:23:39 -0800 |
commit | bf718fd076476c1a54e80ca88cd02ede606ab6f3 (patch) | |
tree | 5d4e5e14fc77ba344e7c4cd02c149939211b942e /extra/elasticsearch/release_schema.json | |
parent | d5d83762063b8ec7f512c20567f46c03f2e6b542 (diff) | |
download | fatcat-bf718fd076476c1a54e80ca88cd02ede606ab6f3.tar.gz fatcat-bf718fd076476c1a54e80ca88cd02ede606ab6f3.zip |
add country to v03b release schema
Diffstat (limited to 'extra/elasticsearch/release_schema.json')
-rw-r--r-- | extra/elasticsearch/release_schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json index 98a1c28e..2b67c5f5 100644 --- a/extra/elasticsearch/release_schema.json +++ b/extra/elasticsearch/release_schema.json @@ -40,6 +40,7 @@ "release_stage": { "type": "keyword" }, "withdrawn_status": { "type": "keyword", "copy_to": "biblio" }, "language": { "type": "keyword" }, + "country": { "type": "keyword" }, "volume": { "type": "keyword", "copy_to": "biblio" }, "issue": { "type": "keyword", "copy_to": "biblio" }, "pages": { "type": "keyword", "copy_to": "biblio" }, |