{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TopicMember", "type": "object", "properties": { "TopicArn": { "type": "string", "description": "The ARN of the topic" } } }