{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-app-sync-runtime-schema.json", "title": "AppSyncRuntime", "description": "Runtime configuration for APPSYNC_JS resolvers", "type": "object", "properties": { "name": { "type": "string", "description": "Runtime name" }, "runtimeVersion": { "type": "string", "description": "Runtime version" } } }