Grants Api Awardsearchresponse Structure

Search results for USADF grant awards

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Awardsearchresponse 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/awardsearchresponse.json",
  "title": "AwardSearchResponse",
  "description": "Search results for USADF grant awards",
  "type": "record",
  "fields": [
    {
      "name": "limit",
      "description": "Page size",
      "type": "int32"
    },
    {
      "name": "results",
      "description": "Award search results",
      "type": {
        "type": "array",
        "items": "object"
      }
    },
    {
      "name": "page_metadata",
      "description": "Pagination metadata",
      "type": "object"
    }
  ]
}