From dd96b7906e417dd74081e508aaabfebaeac5ece1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 6 Aug 2020 16:10:19 -0700 Subject: ES schema: access_type should be any option, not just 'best' --- schema/scholar_fulltext.v01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3