Grants Api Recipient Structure

Full profile of a USADF grant recipient organization

Type: record Properties: 0
Federal GovernmentInternational DevelopmentAfricaGrantsNonprofitEconomic Development

Grants Api Recipient 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/recipient.json",
  "title": "Recipient",
  "description": "Full profile of a USADF grant recipient organization",
  "type": "record",
  "fields": [
    {
      "name": "id",
      "description": "Recipient identifier",
      "type": "string"
    },
    {
      "name": "uei",
      "description": "Unique Entity Identifier",
      "type": "string"
    },
    {
      "name": "name",
      "description": "Organization name",
      "type": "string"
    },
    {
      "name": "recipient_level",
      "description": "Recipient level (R=recipient, C=child)",
      "type": "string"
    },
    {
      "name": "location",
      "type": "placeofperformance"
    },
    {
      "name": "total_transaction_amount",
      "description": "Total award amount received",
      "type": "double"
    },
    {
      "name": "total_transactions",
      "description": "Total number of awards received",
      "type": "int32"
    }
  ]
}