{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Tags",
"title": "Tags",
"type": "object",
"properties": {
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/MapOfStringToString"
},
{
"description": "The collection of tags. Each tag element is associated with a given resource."
}
]
}
},
"description": "The collection of tags. Each tag element is associated with a given resource."
}