Response from updating a data source
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-update-data-source-response-schema.json", "title": "UpdateDataSourceResponse", "description": "Response from updating a data source", "type": "object", "properties": { "dataSource": { "type": "string", "description": "dataSource" } } }