Request body for updating an asset.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/update-asset-request-schema.json", "title": "Update Asset Request", "description": "Request body for updating an asset.", "type": "object", "required": [ "Name" ], "properties": { "Name": { "type": "string" } } }