mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-03 12:46:59 -06: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"
|
||
|
}
|
||
|
}
|
||
|
}
|