{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SupplierListResponse", "type": "object", "properties": { "totalCount": { "type": "integer" }, "skip": { "type": "integer" }, "limit": { "type": "integer" }, "suppliers": { "type": "array" } } }