{ "id":"/axapi/v3/ddos/token-authentication/player-mode", "type":"object", "node-type":"scalar", "title":"player-mode", "partition-visibility":"shared", "description":"Token Authentication Player Mode", "properties":{ "mode":{ "type":"string", "format":"enum", "default":"many-to-one", "partition-visibility":"shared", "description":"'one-to-one': Only one player talks to one server; 'many-to-one': Many player talk to one server; ", "enum":[ "one-to-one", "many-to-one" ], "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 } } }