Amazon Data Exchange · JSON Structure

Asset Structure

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

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

Asset 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/asset-structure.json",
  "title": "Asset",
  "description": "An asset within a data set revision, representing an individual piece of data.",
  "type": "typedMap",
  "fields": {
    "Id": {
      "type": "str",
      "description": "The Id field"
    },
    "Arn": {
      "type": "str",
      "description": "The Arn field"
    },
    "DataSetId": {
      "type": "str",
      "description": "The DataSetId field"
    },
    "RevisionId": {
      "type": "str",
      "description": "The RevisionId field"
    },
    "Name": {
      "type": "str",
      "description": "The Name field"
    },
    "AssetType": {
      "type": "str",
      "description": "The AssetType field"
    },
    "AssetDetails": {
      "type": "map",
      "description": "The AssetDetails field"
    },
    "CreatedAt": {
      "type": "str",
      "description": "The CreatedAt field",
      "format": "date-time"
    },
    "UpdatedAt": {
      "type": "str",
      "description": "The UpdatedAt field",
      "format": "date-time"
    }
  }
}