{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/update-data-set-request-structure.json", "title": "Update Data Set Request", "description": "Request body for updating a data set.", "type": "typedMap", "fields": { "Name": { "type": "str", "description": "The Name field" }, "Description": { "type": "str", "description": "The Description field" } } }