List of country subdivisions
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CountrySubdivisions", "type": "object", "description": "List of country subdivisions", "properties": { "countrySubdivisions": { "type": "array", "description": "countrySubdivisions" } } }