{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://www.usadf.gov/structure/placeofperformance.json", "title": "PlaceOfPerformance", "description": "Geographic location for award performance", "type": "record", "fields": [ { "name": "country_name", "description": "Country name", "type": "string" }, { "name": "country_code", "description": "ISO country code", "type": "string" }, { "name": "city_name", "description": "City name", "type": "string" } ] }