Synctera · Schema

watchlist_alert_list

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-watchlist-alert-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/watchlist_alert_list",
  "title": "watchlist_alert_list",
  "allOf": [
    {
      "properties": {
        "alerts": {
          "items": {
            "$ref": "#/components/schemas/watchlist_alert"
          },
          "type": "array"
        }
      },
      "required": [
        "alerts"
      ],
      "type": "object"
    },
    {
      "$ref": "#/components/schemas/paginated_response"
    }
  ]
}