{ "additionalProperties": false, "description": "Aggregate of L2VPN Session peer config across Enforcement Points.", "extends": { "$ref": "AggregatePolicyRuntimeInfo }, "id": "AggregateL2VPNSessionPeerConfig", "module_id": "PolicyVpnLayer2VPN", "properties": { "intent_path": { "description": "Intent path of object, forward slashes must be escaped using %2F.", "readonly": true, "required": true, "title": "String Path of the intent object", "type": "string" }, "results": { "description": "List of L2VPN Session peer config per Enforcement Point.", "items": { "$ref": "L2VPNSessionPeerConfigPerEP }, "readonly": true, "title": "List of L2VPN Session Peer config per Enforcement Point", "type": "array" } }, "title": "Aggregate of L2VPN Session Peer Config", "type": "object" }