{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/trafficRulesAggregateConfig", "title": "trafficRulesAggregateConfig", "type": "object", "properties": { "keys": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": [ "ip", "domain" ] } } } } } }