Temenos Transact · JSON Structure

Temenos Transact Core Banking Pagination Info Structure

Type: object Properties: 3
BankingCore BankingDigital BankingEnterpriseFinancial ServicesFintech

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

Properties

pageSize pageStart totalRecords

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginationInfo",
  "type": "object",
  "properties": {
    "pageSize": {
      "type": "integer"
    },
    "pageStart": {
      "type": "integer"
    },
    "totalRecords": {
      "type": "integer"
    }
  }
}