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