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