Zendit · JSON Structure

Zendit Api Brand List Structure

Paginated brand list.

Type: object Properties: 4
eSIMGift CardsMobile Top-UpPaymentsPrepaid

BrandList is a JSON Structure definition published by Zendit, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

list offset limit total

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-brand-list-structure.json",
  "name": "BrandList",
  "description": "Paginated brand list.",
  "type": "object",
  "properties": {
    "list": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Brand"
      },
      "example": [
        {}
      ]
    },
    "offset": {
      "type": "int32",
      "example": 0
    },
    "limit": {
      "type": "int32",
      "example": 100
    },
    "total": {
      "type": "int32",
      "example": 250
    }
  }
}