RecipientSummary

Summary of a grant recipient

Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Properties

Name Type Description
recipient_name string Organization name
recipient_uei string Unique Entity Identifier
View JSON Schema on GitHub

JSON Schema

grants-api-recipientsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.usadf.gov/schema/recipientsummary.json",
  "title": "RecipientSummary",
  "description": "Summary of a grant recipient",
  "type": "object",
  "properties": {
    "recipient_name": {
      "description": "Organization name",
      "type": "string",
      "example": "GHANA GRASSROOTS ENTERPRISE"
    },
    "recipient_uei": {
      "description": "Unique Entity Identifier",
      "type": "string",
      "example": "GH123456789"
    }
  }
}