{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-secrets-manager/refs/heads/main/json-schema/amazon-secrets-manager-tag-schema.json",
"title": "Tag",
"description": "Tag schema from Amazon Secrets Manager API",
"type": "object",
"properties": {
"Key": {
"type": "string",
"description": "The key identifier or name of the tag."
},
"Value": {
"type": "string",
"description": "The string value associated with the key of the tag."
}
}
}