{ "id":"/axapi/v3/config-filter", "type":"object", "node-type":"scalar", "title":"config-filter", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Filter for config-replace-{start/end}", "properties":{ "lineage":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":256, "partition-visibility":"shared", "description":"lineage to filter", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'skip': Skip current lineage during replace; 'accept': Skip other lineages during replace; ", "enum":[ "skip", "accept" ], "optional":true } } }