Amazon AppSync · JSON Structure

Appsync App Sync Runtime Structure

Runtime configuration for APPSYNC_JS resolvers

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync App Sync Runtime 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-app-sync-runtime-structure.json",
  "title": "AppSyncRuntime",
  "description": "Runtime configuration for APPSYNC_JS resolvers",
  "type": "record",
  "fields": {
    "name": {
      "type": "string",
      "description": "Runtime name"
    },
    "runtimeVersion": {
      "type": "string",
      "description": "Runtime version"
    }
  }
}