{ "id":"/axapi/v3/controller/telemetry-export-uris/oper", "type":"object", "node-type":"scalar", "title":"telemetry-export-uris", "partition-visibility":"shared,private", "description":"Operational Status for the object telemetry-export-uris", "properties":{ "oper":{ "type":"object", "properties":{ "template-id":{ "type":"string", "format":"string" }, "device-type":{ "type":"string", "format":"string" }, "version":{ "type":"number", "format":"number" }, "telemetry-export-uri-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "uri":{ "type":"string", "format":"string" } } } ] } } } } }