Grants Api Placeofperformance Structure

Geographic location for award performance

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Placeofperformance Structure is a JSON Structure definition published by US African Development Foundation. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  ]
}