{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateServiceInstanceRequest", "type": "object", "description": "Request body for updating an existing SAP HANA Cloud service instance. Only include the parameters that need to be changed.", "properties": { "name": { "type": "string", "description": "The updated name for the service instance." }, "labels": { "type": "object", "description": "Updated labels for the service instance." }, "service_plan_id": { "type": "string", "description": "The new service plan identifier if changing the instance plan." } } }