Synctera · Schema

environment

Indicates which environment the workspace belongs to

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/environment",
  "title": "environment",
  "description": "Indicates which environment the workspace belongs to",
  "enum": [
    "SANDBOX",
    "LIVE_TESTING",
    "PROD_LITE",
    "PROD"
  ],
  "type": "string"
}