Skip to content

Commit

Permalink
better schema order
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Nov 5, 2020
1 parent 5ee21a2 commit ab4dc8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const analysisConfigSchema = schema.object({
influencers: schema.arrayOf(schema.maybe(schema.string())),
categorization_field_name: schema.maybe(schema.string()),
categorization_analyzer: schema.maybe(schema.any()),
categorization_filters: schema.arrayOf(schema.maybe(schema.string())),
categorization_filters: schema.maybe(schema.arrayOf(schema.string())),
latency: schema.maybe(schema.number()),
multivariate_by_fields: schema.maybe(schema.boolean()),
per_partition_categorization: schema.maybe(
Expand Down

0 comments on commit ab4dc8f

Please sign in to comment.