{ "$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" ] }