{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-evaluate-mapping-template-response-structure.json", "title": "EvaluateMappingTemplateResponse", "description": "Response from evaluating a mapping template", "type": "record", "fields": { "evaluationResult": { "type": "string", "description": "The evaluated template result" }, "error": { "type": "object", "description": "Error from template evaluation if any" }, "logs": { "type": "array", "description": "Evaluation log messages" } } }