diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 13:41:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 13:41:13 -0700 |
commit | 264dadb59b046794880121eaad7f0f8082568cd1 (patch) | |
tree | 7ec35226934be68c4d4f8eb654f8f5a9cae23eb7 /schema | |
parent | 198db52d3a93a2b7d7cab0a4140c6402a14eca84 (diff) | |
download | fatcat-scholar-264dadb59b046794880121eaad7f0f8082568cd1.tar.gz fatcat-scholar-264dadb59b046794880121eaad7f0f8082568cd1.zip |
'tag' alias for 'tags'
Diffstat (limited to 'schema')
-rw-r--r-- | schema/scholar_fulltext.v01.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 1929512..aa087fa 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -214,6 +214,7 @@ }, "doctype": { "type": "alias", "path": "doc_type" }, + "tag": { "type": "alias", "path": "tags" }, "body": { "type": "alias", "path": "fulltext.body" }, "abstract": { "type": "alias", "path": "abstracts.body" }, |