Request to start schema creation
{ "$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" } } }