Temenos Transact · JSON Structure

Temenos Transact Core Banking Address Structure

Type: object Properties: 7
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

addressType addressLine1 addressLine2 city state postCode country

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Address",
  "type": "object",
  "properties": {
    "addressType": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "postCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    }
  }
}