{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-get-introspection-schema-response-structure.json", "title": "GetIntrospectionSchemaResponse", "description": "Response with introspection schema", "type": "record", "fields": { "schema": { "type": "string", "description": "The introspection schema in the requested format" } } }