Response with introspection schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-get-introspection-schema-response-schema.json", "title": "GetIntrospectionSchemaResponse", "description": "Response with introspection schema", "type": "object", "properties": { "schema": { "type": "string", "description": "The introspection schema in the requested format" } } }