{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ResourceGroupPatchable", "type": "object", "description": "Resource group information for update.", "properties": { "name": { "type": "string", "description": "The name of the resource group." }, "tags": { "type": "object", "description": "The tags attached to the resource group." } } }