Amazon Data Exchange · JSON Structure

List Revision Assets Response Structure

Response containing a list of assets.

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

List Revision Assets Response 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/list-revision-assets-response-structure.json",
  "title": "List Revision Assets Response",
  "description": "Response containing a list of assets.",
  "type": "typedMap",
  "fields": {
    "Assets": {
      "type": "list",
      "description": "The Assets field"
    },
    "NextToken": {
      "type": "str",
      "description": "The NextToken field"
    }
  }
}