28 lines
No EOL
546 B
JSON
28 lines
No EOL
546 B
JSON
[
|
|
{
|
|
"name": "Thailand",
|
|
"short": "tha",
|
|
"permissions": 1
|
|
},
|
|
{
|
|
"name": "Malaysia",
|
|
"short": "mys",
|
|
"permissions": 2
|
|
},
|
|
{
|
|
"name": "Australia",
|
|
"short": "aus",
|
|
"permissions": 4
|
|
},
|
|
{
|
|
"name": "Alpha3",
|
|
"short": "alpha-3",
|
|
"permissions": 8
|
|
},
|
|
{
|
|
"ignore": true,
|
|
"name": "New Country in full name",
|
|
"short": "Short name",
|
|
"permissions": "use number after 128, do not use 16 and 128"
|
|
}
|
|
] |