Amazon AppSync · Schema

GetIntrospectionSchemaResponse

Response with introspection schema

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
schema string The introspection schema in the requested format
View JSON Schema on GitHub

JSON Schema

appsync-get-introspection-schema-response-schema.json Raw ↑
{
  "$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"
    }
  }
}