{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "S3Tag", "type": "object", "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } } }