Amazon AppSync · JSON Structure

Appsync Evaluate Mapping Template Response Structure

Response from evaluating a mapping template

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Evaluate Mapping Template Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}