Synctera · Schema

person_business_relationship

Denotes the relationship between specified person and business.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-person-business-relationship-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/person_business_relationship",
  "title": "person_business_relationship",
  "allOf": [
    {
      "required": [
        "from_person_id",
        "to_business_id",
        "additional_data"
      ]
    },
    {
      "$ref": "#/components/schemas/patch_person_business_relationship"
    }
  ],
  "description": "Denotes the relationship between specified person and business.",
  "type": "object"
}