mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-01 06:37:04 +03:00
27 lines
494 B
JSON
27 lines
494 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"cityName": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"countryCode": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"countryName": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"latitude": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"longitude": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"regionName": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"timezone": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|