aboutsummaryrefslogtreecommitdiffstats
path: root/schema/scholar_fulltext.v01.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-06 16:10:19 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-06 19:01:12 -0700
commitdd96b7906e417dd74081e508aaabfebaeac5ece1 (patch)
treeb48ff04aec0b3b8566fb79e05fada8668b67544a /schema/scholar_fulltext.v01.json
parentbada18b7cc6a46b1f18fba9e6550c30c1f8ac00e (diff)
downloadfatcat-scholar-dd96b7906e417dd74081e508aaabfebaeac5ece1.tar.gz
fatcat-scholar-dd96b7906e417dd74081e508aaabfebaeac5ece1.zip
ES schema: access_type should be any option, not just 'best'
Diffstat (limited to 'schema/scholar_fulltext.v01.json')
-rw-r--r--schema/scholar_fulltext.v01.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json
index 595356e..f07845f 100644
--- a/schema/scholar_fulltext.v01.json
+++ b/schema/scholar_fulltext.v01.json
@@ -219,7 +219,7 @@
"abstract": { "type": "alias", "path": "abstracts.body" },
"acknowledgement":{ "type": "alias", "path": "fulltext.acknowledgement" },
- "access_type": { "type": "alias", "path": "fulltext.access_type" },
+ "access_type": { "type": "alias", "path": "access.access_type" },
"doi": { "type": "alias", "path": "releases.doi" },
"doi_prefix": { "type": "alias", "path": "releases.doi_prefix" },