{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Merchants", "type": "object", "properties": { "count": { "type": "integer" }, "limit": { "type": "integer" }, "offset": { "type": "integer" }, "total": { "type": "integer" }, "merchants": { "type": "array" } } }