Amazon AppSync · Schema

CreateTypeResponse

Response from creating a type

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
type string type
View JSON Schema on GitHub

JSON Schema

appsync-create-type-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-create-type-response-schema.json",
  "title": "CreateTypeResponse",
  "description": "Response from creating a type",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "type"
    }
  }
}