{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-evaluate-mapping-template-request-structure.json", "title": "EvaluateMappingTemplateRequest", "description": "Request to evaluate a mapping template", "type": "record", "fields": { "template": { "type": "string", "description": "The mapping template to evaluate" }, "context": { "type": "string", "description": "The template context as a JSON string" } } }