{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PaginatedInventoryList", "type": "object", "description": "A paginated list of inventories.", "properties": { "count": { "type": "integer" }, "next": { "type": "string" }, "previous": { "type": "string" }, "results": { "type": "array" } } }