{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CountrySubdivision", "type": "object", "description": "Available information the Country Subdivision such as the name and code", "properties": { "countrySubdivisionCode": { "type": "string", "description": "Abbreviated code for the state or province" }, "countrySubdivisionName": { "type": "string", "description": "Name of the country subdivision" } } }