{ "id":"/axapi/v3/fw/urpf", "type":"object", "node-type":"scalar", "title":"urpf", "partition-visibility":"shared", "description":"Enable Unicast Reverse Path Forwarding (Default: Disable)", "properties":{ "status":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'strict': Perform Strict Check; ", "enum":[ "strict" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }