SignWell · Schema

Limit

The number of documents to fetch. Defaults to 10, max is 50.

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2
View JSON Schema on GitHub

JSON Schema

Limit.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/Limit.json",
  "title": "Limit",
  "type": "integer",
  "minimum": 1,
  "maximum": 50,
  "default": 10,
  "description": "The number of documents to fetch. Defaults to 10, max is 50."
}