Synctera · Schema

socure_event_body

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
environmentName string Environment the event belongs to
event object
id string Unique identifier for the monitoring event
View JSON Schema on GitHub

JSON Schema

synctera-socure-event-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/socure_event_body",
  "title": "socure_event_body",
  "properties": {
    "environmentName": {
      "description": "Environment the event belongs to",
      "type": "string"
    },
    "event": {
      "$ref": "#/components/schemas/socure_watchlist_result"
    },
    "id": {
      "description": "Unique identifier for the monitoring event",
      "type": "string"
    }
  },
  "required": [
    "id",
    "environmentName",
    "event"
  ],
  "type": "object"
}