{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InventoryInstanceList", "type": "object", "description": "A paginated list of SAP HANA Cloud instances from the inventory service.", "properties": { "totalCount": { "type": "integer", "description": "Total number of instances matching the query criteria." }, "items": { "type": "array", "description": "The list of inventory instances for the current page." } } }