{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListOperationsResponse", "description": "The response message for Operations.ListOperations.", "properties": { "nextPageToken": { "description": "The standard List next-page token.", "type": "string" }, "operations": { "description": "A list of operations that matches the specified filter in the request.", "items": { "$ref": "#/components/schemas/Operation" }, "type": "array" } }, "type": "object" }