Lithic · Schema

Individuals associated with a KYC application.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-kyc-individual-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/kyc-individual-patch",
  "title": "Individuals associated with a KYC application.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/individual-patch"
    },
    {
      "required": [
        "entity_token"
      ]
    }
  ]
}