diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-30 01:12:51 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-30 01:12:51 -0800 | 
| commit | 8aac86c4484f0376c46cdd51c69d5ada478b7f72 (patch) | |
| tree | 35c399413b85991d156c7536451cfa039962f324 /extra | |
| parent | caa588612b91181950697756eace8fda270fd092 (diff) | |
| download | fatcat-8aac86c4484f0376c46cdd51c69d5ada478b7f72.tar.gz fatcat-8aac86c4484f0376c46cdd51c69d5ada478b7f72.zip | |
fix json typos in changelog schema
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/elasticsearch/changelog_schema.json | 4 | 
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" }, | 
