{ "id":"/axapi/v3/ip/large-community-list/standard/{standard}", "type":"object", "node-type":"list", "title":"standard", "partition-visibility":"shared", "description":"Configure Standard Large Community-list", "properties":{ "standard":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Add a standard large community-list entry (Large community list name)", "optional":false }, "rules-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "standard-lcom-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'deny': Specify large community to reject; 'permit': Specify large community to accept; ", "enum":[ "deny", "permit" ] }, "standard-lcomm-value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"Large community value in the format XX:YY:ZZ" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "standard" ], "required":[ "standard" ] }