{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListInstancesResponse", "title": "ListInstancesResponse", "type": "object", "description": "Response for listing instances.", "properties": { "instances": { "type": "array", "items": { "$ref": "#/components/schemas/Instance" } }, "nextPageToken": { "type": "string", "description": "Token for retrieving the next page." } } }