{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AnalyticsAndOperator", "type": "object", "properties": { "Prefix": {}, "Tags": {} }, "description": "A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply." }