{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/basecamp/json-structure/uploadupdaterequest-structure.json", "title": "UploadUpdateRequest", "type": "record", "members": [ { "name": "description", "type": "string", "description": "Revised upload description in HTML format" }, { "name": "base_name", "type": "string", "description": "New filename without extension" } ] }