Adyen · Schema

CapitalGrants

PaymentsFinancial ServicesFintech

Properties

Name Type Description
grants array The unique identifier of the grant.
View JSON Schema on GitHub

JSON Schema

adyen-capitalgrants-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CapitalGrants",
  "title": "CapitalGrants",
  "properties": {
    "grants": {
      "description": "The unique identifier of the grant.",
      "items": {
        "$ref": "#/components/schemas/CapitalGrant"
      },
      "type": "array"
    }
  },
  "required": [
    "grants"
  ],
  "type": "object"
}