{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstanceCollection", "title": "InstanceCollection", "type": "object", "properties": { "instances": { "type": "array", "items": { "$ref": "#/components/schemas/Instance" } }, "totalCount": { "type": "integer", "description": "Total number of instances" } } }