{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateServiceInstanceRequest", "type": "object", "properties": { "name": { "type": "string" }, "labels": { "type": "object" }, "service_plan_id": { "type": "string" } } }