Zapier · Schema

Meta

Metadata about a certain response

IntegrationsiPaaS

Properties

Name Type Description
page integer The current page
View JSON Schema on GitHub

JSON Schema

zapier-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Meta",
  "title": "Meta",
  "type": "object",
  "description": "Metadata about a certain response",
  "properties": {
    "page": {
      "type": "integer",
      "description": "The current page",
      "example": 100
    }
  },
  "required": [
    "page"
  ]
}