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