Tags object for patch operations.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagsObject", "type": "object", "description": "Tags object for patch operations.", "properties": { "tags": { "type": "object", "description": "Resource tags." } } }