{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/update-data-set-request-schema.json", "title": "Update Data Set Request", "description": "Request body for updating a data set.", "type": "object", "properties": { "Name": { "type": "string" }, "Description": { "type": "string" } } }