PlaceOfPerformance

Geographic location for award performance

Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Properties

Name Type Description
country_name string Country name
country_code string ISO country code
city_name string City name
View JSON Schema on GitHub

JSON Schema

grants-api-placeofperformance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.usadf.gov/schema/placeofperformance.json",
  "title": "PlaceOfPerformance",
  "description": "Geographic location for award performance",
  "type": "object",
  "properties": {
    "country_name": {
      "description": "Country name",
      "type": "string",
      "example": "Ghana"
    },
    "country_code": {
      "description": "ISO country code",
      "type": "string",
      "example": "GH"
    },
    "city_name": {
      "description": "City name",
      "type": "string",
      "example": "Accra"
    }
  }
}