{
"type": "array",
"items": {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"capital": {
"type": "string"
}
},
"required": ["country", "capital"]
}
}