Grant Opportunities Api Opportunitysearchresponse Structure

Search results for USADF grant opportunities

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grant Opportunities Api Opportunitysearchresponse 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/opportunitysearchresponse.json",
  "title": "OpportunitySearchResponse",
  "description": "Search results for USADF grant opportunities",
  "type": "record",
  "fields": [
    {
      "name": "total",
      "description": "Total matching opportunities",
      "type": "int32"
    },
    {
      "name": "rows",
      "description": "Page size",
      "type": "int32"
    },
    {
      "name": "startRecordNum",
      "description": "Starting record number",
      "type": "int32"
    },
    {
      "name": "hitCount",
      "description": "Number of results returned",
      "type": "int32"
    },
    {
      "name": "oppHits",
      "description": "List of matching opportunities",
      "type": {
        "type": "array",
        "items": "opportunity"
      }
    }
  ]
}