fixed, name field on fieldAccessPostAggregator shall be optional

This commit is contained in:
Guillaume Buisson 2015-07-21 10:06:59 +02:00
parent e7dc2498d8
commit 6baa9da9f4

View file

@ -4,7 +4,7 @@
(s/defschema fieldAccessPostAggregator
"This returns the value produced by the specified aggregator."
{:type (s/enum :fieldAccess)
:name s/Str
(s/optional-key :name) s/Str
:fieldName s/Str})
(s/defschema constantPostAggregator