Grants Api Awardsearchrequest Structure

Request body for searching USADF grant awards

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Awardsearchrequest 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/awardsearchrequest.json",
  "title": "AwardSearchRequest",
  "description": "Request body for searching USADF grant awards",
  "type": "record",
  "fields": [
    {
      "name": "filters",
      "description": "Search filters",
      "type": "object"
    },
    {
      "name": "fields",
      "description": "Fields to include in results",
      "type": {
        "type": "array",
        "items": "string"
      }
    },
    {
      "name": "limit",
      "description": "Results per page",
      "type": "int32"
    },
    {
      "name": "page",
      "description": "Page number",
      "type": "int32"
    },
    {
      "name": "sort",
      "description": "Sort field",
      "type": "string"
    },
    {
      "name": "order",
      "description": "Sort order",
      "type": "string"
    }
  ]
}