Response from creating a type
{ "$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" } } }