{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-tag-schema.json",
"title": "Tag",
"description": "Describes a tag",
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "The key of the tag"
},
"value": {
"type": "string",
"description": "The value of the tag"
}
}
}