{
"type": "object",
"description": "Describes a tag",
"properties": {
"key": {
"type": "string",
"description": "The key of the tag"
},
"value": {
"type": "string",
"description": "The value of the tag"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Tag"
}