Tag schema from api
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-shield/refs/heads/main/json-schema/amazon-shield-api-tag-schema.json", "title": "Tag", "description": "Tag schema from api", "type": "object", "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } } }