Amazon Data Exchange · JSON Structure

Update Revision Request Structure

Request body for updating a revision.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Update Revision Request Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/update-revision-request-structure.json",
  "title": "Update Revision Request",
  "description": "Request body for updating a revision.",
  "type": "typedMap",
  "fields": {
    "Comment": {
      "type": "str",
      "description": "The Comment field"
    },
    "Finalized": {
      "type": "bool",
      "description": "The Finalized field"
    }
  }
}