Grants Api Spendingbygeographyrequest Structure

Request for spending breakdown by geographic location

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Spendingbygeographyrequest 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/spendingbygeographyrequest.json",
  "title": "SpendingByGeographyRequest",
  "description": "Request for spending breakdown by geographic location",
  "type": "record",
  "fields": [
    {
      "name": "filters",
      "description": "Search filters (same structure as award search)",
      "type": "object"
    },
    {
      "name": "scope",
      "description": "Geographic scope",
      "type": "string"
    },
    {
      "name": "geo_layer",
      "description": "Geographic layer for aggregation",
      "type": "string"
    }
  ]
}