{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Tag", "type": "object", "properties": { "Key": { "type": "string", "description": "The key of the tag" }, "Value": { "type": "string", "description": "The value of the tag" } } }