AwardSearchResponse

Search results for USADF grant awards

Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Properties

Name Type Description
limit integer Page size
results array Award search results
page_metadata object Pagination metadata
View JSON Schema on GitHub

JSON Schema

grants-api-awardsearchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.usadf.gov/schema/awardsearchresponse.json",
  "title": "AwardSearchResponse",
  "description": "Search results for USADF grant awards",
  "type": "object",
  "properties": {
    "limit": {
      "description": "Page size",
      "type": "integer",
      "example": 25
    },
    "results": {
      "description": "Award search results",
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "page_metadata": {
      "description": "Pagination metadata",
      "type": "object"
    }
  }
}