{ "id":"/axapi/v3/ip/unnumbered", "type":"object", "node-type":"scalar", "title":"unnumbered", "partition-visibility":"shared", "description":"unnumbered feature", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "use-source-ip":{ "type":"object", "$ref":"/axapi/v3/ip/unnumbered/use-source-ip", "properties":{ "update-source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }