Amazon AppSync · Schema

StartSchemaCreationRequest

Request to start schema creation

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
definition string The new schema definition in SDL format
View JSON Schema on GitHub

JSON Schema

appsync-start-schema-creation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-start-schema-creation-request-schema.json",
  "title": "StartSchemaCreationRequest",
  "description": "Request to start schema creation",
  "type": "object",
  "properties": {
    "definition": {
      "type": "string",
      "description": "The new schema definition in SDL format"
    }
  }
}