Amazon DataZone · JSON Structure

Asset Structure

A data asset cataloged in the DataZone data catalog.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Asset Structure is a JSON Structure definition published by Amazon DataZone. 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-datazone/json-structure/asset-structure.json",
  "title": "Asset",
  "description": "A data asset cataloged in the DataZone data catalog.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The unique identifier of the asset"
    },
    "name": {
      "type": "str",
      "description": "name"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "domainId": {
      "type": "str",
      "description": "domainId"
    },
    "owningProjectId": {
      "type": "str",
      "description": "owningProjectId"
    },
    "typeIdentifier": {
      "type": "str",
      "description": "typeIdentifier"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}