{ "id":"/axapi/v3/slb/secure-gaming", "type":"object", "node-type":"scalar", "title":"secure-gaming", "partition-visibility":"shared", "auto-created-object":1, "description":"SLB Secure Gaming info", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'secure_gaming_pass': Secure Gaming passed; 'secure_gaming_drop': Secure Gaming dropped; ", "enum":[ "all", "secure_gaming_pass", "secure_gaming_drop" ] } } } ] } } }