{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EnvelopesInformation", "type": "object", "properties": { "envelopes": { "type": "array" }, "resultSetSize": { "type": "string" }, "totalSetSize": { "type": "string" }, "startPosition": { "type": "string" }, "endPosition": { "type": "string" }, "nextUri": { "type": "string" }, "previousUri": { "type": "string" } } }