Asset

An asset within a data set revision, representing an individual piece of data.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
Id string
Arn string
DataSetId string
RevisionId string
Name string
AssetType string
AssetDetails object
CreatedAt string
UpdatedAt string
View JSON Schema on GitHub

JSON Schema

asset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/asset-schema.json",
  "title": "Asset",
  "description": "An asset within a data set revision, representing an individual piece of data.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Arn": {
      "type": "string"
    },
    "DataSetId": {
      "type": "string"
    },
    "RevisionId": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "AssetType": {
      "type": "string"
    },
    "AssetDetails": {
      "type": "object"
    },
    "CreatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "UpdatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}