Grants Api Spendingbygeographyresponse Structure

Grant spending breakdown by country

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Spendingbygeographyresponse 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/spendingbygeographyresponse.json",
  "title": "SpendingByGeographyResponse",
  "description": "Grant spending breakdown by country",
  "type": "record",
  "fields": [
    {
      "name": "scope",
      "type": "string"
    },
    {
      "name": "geo_layer",
      "type": "string"
    },
    {
      "name": "results",
      "description": "Geographic spending breakdown",
      "type": {
        "type": "array",
        "items": "object"
      }
    }
  ]
}