Synctera · Schema

Relationship

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
id string ID of related entity
relationship_role object
View JSON Schema on GitHub

JSON Schema

synctera-relationship1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/relationship1",
  "title": "Relationship",
  "properties": {
    "id": {
      "description": "ID of related entity",
      "example": "821d3254-fed8-4fdc-aa35-7c1c770fd3cf",
      "format": "uuid",
      "type": "string"
    },
    "relationship_role": {
      "$ref": "#/components/schemas/relationship_role"
    }
  },
  "required": [
    "id",
    "relationship_role"
  ],
  "type": "object"
}