{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateGatewayRequest", "title": "UpdateGatewayRequest", "description": "The request schema for the update gateway request.", "type": "object", "properties": { "name": { "$ref": "#/components/schemas/GatewayName" }, "description": { "$ref": "#/components/schemas/GatewayDescription" }, "min_runtime_version": { "$ref": "#/components/schemas/MinRuntimeVersionUpdate" }, "labels": { "$ref": "#/components/schemas/Labels" } }, "additionalProperties": false }