Resource group information for update.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceGroupPatchable", "title": "ResourceGroupPatchable", "type": "object", "description": "Resource group information for update.", "properties": { "name": { "type": "string", "description": "The name of the resource group.", "example": "Example Title" }, "tags": { "type": "object", "additionalProperties": { "type": "string" }, "description": "The tags attached to the resource group.", "example": "example_value" }, "properties": { "$ref": "#/components/schemas/ResourceGroupProperties" } } }