Zapier · JSON Structure

Partner Api Meta Structure

Metadata about a certain response

Type: object Properties: 1 Required: 1
IntegrationsiPaaS

Meta is a JSON Structure definition published by Zapier, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

page

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/zapier/refs/heads/main/json-structure/partner-api-meta-structure.json",
  "name": "Meta",
  "description": "Metadata about a certain response",
  "type": "object",
  "properties": {
    "page": {
      "type": "int32",
      "description": "The current page",
      "example": 100
    }
  },
  "required": [
    "page"
  ]
}