Temenos Transact · JSON Structure

Temenos Transact Core Banking Error Response Structure

Type: object Properties: 2
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

ErrorResponse is a JSON Structure definition published by Temenos Transact, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

header error

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "header": {
      "type": "object"
    },
    "error": {
      "type": "object"
    }
  }
}