diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-20 21:03:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-20 21:03:20 -0700 |
commit | fbaac5183383da6b5706f5178cfadf52f4bf7ddd (patch) | |
tree | 73485ad29682bcaf1b70503d369963a89cd104ca /schema | |
parent | 96e7efa95e505c08753aa04cbea01bbd62d7c92c (diff) | |
download | fatcat-scholar-fbaac5183383da6b5706f5178cfadf52f4bf7ddd.tar.gz fatcat-scholar-fbaac5183383da6b5706f5178cfadf52f4bf7ddd.zip |
schema: releases as objects, not nested
With nested, we can't do simple aliases.
In the future a proper query parser will make this possible.
Diffstat (limited to 'schema')
-rw-r--r-- | schema/scholar_fulltext.v01.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 3d2c102..d4bdb2b 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -146,7 +146,7 @@ }, "releases": { - "type": "nested", + "type": "object", "dynamic": false, "properties": { |