{ "id":"/axapi/v3/fw/urpf", "type":"object", "node-type":"scalar", "title":"urpf", "partition-visibility":"shared", "description":"Unicast Reverse Path Forwarding (Default: loose)", "properties":{ "status":{ "type":"string", "format":"enum", "default":"loose", "partition-visibility":"shared", "description":"'loose': Perform loose check; 'strict': Perform strict check; 'disable': Disable check; ", "enum":[ "loose", "strict", "disable" ], "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 } } }