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