{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-create-graphql-api-response-structure.json", "title": "CreateGraphqlApiResponse", "description": "Response from creating a GraphQL API", "type": "record", "fields": { "graphqlApi": { "type": "string", "description": "graphqlApi" } } }