List Revision Assets Response

Response containing a list of assets.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Assets array
NextToken string
View JSON Schema on GitHub

JSON Schema

list-revision-assets-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/list-revision-assets-response-schema.json",
  "title": "List Revision Assets Response",
  "description": "Response containing a list of assets.",
  "type": "object",
  "properties": {
    "Assets": {
      "type": "array",
      "items": {
        "$ref": "asset-schema.json"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}