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