{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-update-graphql-api-response-schema.json", "title": "UpdateGraphqlApiResponse", "description": "Response from updating a GraphQL API", "type": "object", "properties": { "graphqlApi": { "type": "string", "description": "graphqlApi" } } }