aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-30 01:12:51 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-30 01:12:51 -0800
commit8aac86c4484f0376c46cdd51c69d5ada478b7f72 (patch)
tree35c399413b85991d156c7536451cfa039962f324 /extra/elasticsearch
parentcaa588612b91181950697756eace8fda270fd092 (diff)
downloadfatcat-8aac86c4484f0376c46cdd51c69d5ada478b7f72.tar.gz
fatcat-8aac86c4484f0376c46cdd51c69d5ada478b7f72.zip
fix json typos in changelog schema
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/changelog_schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/elasticsearch/changelog_schema.json b/extra/elasticsearch/changelog_schema.json
index d958fed9..d8342549 100644
--- a/extra/elasticsearch/changelog_schema.json
+++ b/extra/elasticsearch/changelog_schema.json
@@ -31,10 +31,10 @@
"editgroup_id": { "type": "keyword", "normalizer": "default", "doc_values": false },
"timestamp": { "type": "date" },
"editor_id": { "type": "keyword", "normalizer": "default" },
- "username": { "type": "keyword", "normalize": "caseSensitive" },
+ "username": { "type": "keyword", "normalizer": "caseSensitive" },
"is_bot": { "type": "boolean" },
"is_admin": { "type": "boolean" },
- "agent": { "type": "keyword", "normalize": "caseSensitive" },
+ "agent": { "type": "keyword", "normalizer": "caseSensitive" },
"containers": { "type": "integer" },
"new_containers": { "type": "integer" },