{ "id":"/axapi/v3/locale", "type":"object", "node-type":"scalar", "title":"locale", "partition-visibility":"shared", "description":"Set locale for the CLI startup", "properties":{ "value":{ "type":"string", "format":"enum", "default":"en_US.UTF-8", "partition-visibility":"shared", "description":"'en_US.UTF-8': English locale for the USA, encoding with UTF-8 (default); 'zh_CN.UTF-8': Chinese locale for PRC, encoding with UTF-8; 'zh_CN.GB18030': Chinese locale for PRC, encoding with GB18030; 'zh_CN.GBK': Chinese locale for PRC, encoding with GBK; 'zh_CN.GB2312': Chinese locale for PRC, encoding with GB2312; 'zh_TW.UTF-8': Chinese locale for Taiwan, encoding with UTF-8; 'zh_TW.BIG5': Chinese locale for Taiwan, encoding with BIG5; 'zh_TW.EUCTW': Chinese locale for Taiwan, encoding with EUC-TW; 'ja_JP.UTF-8': Japanese locale for Japan, encoding with UTF-8; 'ja_JP.EUC-JP': Japanese locale for Japan, encoding with EUC-JP; ", "enum":[ "en_US.UTF-8", "zh_CN.UTF-8", "zh_CN.GB18030", "zh_CN.GBK", "zh_CN.GB2312", "zh_TW.UTF-8", "zh_TW.BIG5", "zh_TW.EUCTW", "ja_JP.UTF-8", "ja_JP.EUC-JP" ], "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 }, "test":{ "type":"object", "$ref":"/axapi/v3/locale/test", "properties":{ "locale":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'zh_CN': Chinese locale for PRC; 'zh_TW': Chinese locale for Taiwan; 'ja_JP': Japanese locale for Japan; ", "enum":[ "zh_CN", "zh_TW", "ja_JP" ] } } } } }