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