{
"type": "string",
"properties": {
"id": {
"type": "string",
"example": "string"
},
"country": {
"type": "string",
"example": "string"
},
"city": {
"type": "string",
"example": "string"
},
"flag": {
"type": "string",
"example": "string"
},
"status": {
"type": "string",
"enum": [
"string"
],
"example": "string"
}
},
"required": [
"string"
]
}