{ "additionalProperties": false, "description": "Aggregate of DNS forwarder status across enforcement points.", "id": "AggregateDNSForwarderStatus", "module_id": "PolicyDNSStatistics", "properties": { "intent_path": { "description": "String path of the DNS forwarder intent.", "required": true, "title": "String path of the DNS forwarder intent", "type": "string" }, "status_per_enforcement_point": { "description": "List of DNS forwarder status per enforcement point.", "items": { "$ref": "DNSForwarderStatusPerEnforcementPoint }, "readonly": true, "title": "List of DNS forwarder status per enforcement point", "type": "array" } }, "title": "Aggregate of DNS forwarder status", "type": "object" }