Create Revision Request

Request body for creating a new revision.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Comment string
Tags object
View JSON Schema on GitHub

JSON Schema

create-revision-request-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}