{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ResponseMetadata", "type": "object", "properties": { "RequestId": { "type": "string", "description": "A unique identifier for the request" } } }