Request body for creating a new revision.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/create-revision-request-schema.json", "title": "Create Revision Request", "description": "Request body for creating a new revision.", "type": "object", "properties": { "Comment": { "type": "string" }, "Tags": { "type": "object", "additionalProperties": { "type": "string" } } } }