{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ActionGroupPatchBody", "title": "ActionGroupPatchBody", "type": "object", "properties": { "tags": { "type": "object", "additionalProperties": { "type": "string" }, "description": "Resource tags." }, "properties": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Indicates whether the action group is enabled." } } } } }