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