Grants Api Recipientsummary Structure

Summary of a grant recipient

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Recipientsummary 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/recipientsummary.json",
  "title": "RecipientSummary",
  "description": "Summary of a grant recipient",
  "type": "record",
  "fields": [
    {
      "name": "recipient_name",
      "description": "Organization name",
      "type": "string"
    },
    {
      "name": "recipient_uei",
      "description": "Unique Entity Identifier",
      "type": "string"
    }
  ]
}