{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-memorydb/refs/heads/main/json-schema/memorydb-api-tag-schema.json",
"title": "Tag",
"description": "A tag that can be added to an MemoryDB resource.",
"type": "object",
"properties": {
"Key": {
"description": "The key for the tag.",
"type": "string"
},
"Value": {
"description": "The tag's value.",
"type": "string"
}
}
}