Amazon AppSync · JSON Structure

Appsync Create Type Request Structure

Request to create a GraphQL type

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Create Type Request Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-create-type-request-structure.json",
  "title": "CreateTypeRequest",
  "description": "Request to create a GraphQL type",
  "type": "record",
  "fields": {
    "definition": {
      "type": "string",
      "description": "The type definition"
    },
    "format": {
      "type": "string",
      "description": "The definition format"
    }
  }
}