{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScheduledQueryRuleResourcePatch", "title": "ScheduledQueryRuleResourcePatch", "type": "object", "properties": { "tags": { "type": "object", "additionalProperties": { "type": "string" }, "description": "Resource tags." }, "properties": { "$ref": "#/components/schemas/ScheduledQueryRuleProperties" } } }