SignWell · Schema

Page

The page number for pagination. Defaults to the first page.

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2
View JSON Schema on GitHub

JSON Schema

Page.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/Page.json",
  "title": "Page",
  "type": "integer",
  "minimum": 1,
  "default": 1,
  "description": "The page number for pagination. Defaults to the first page."
}