Amazon Supply Chain · JSON Structure

Amazon Supply Chain Data Lake Dataset Structure

A data lake dataset

Type: object Properties: 8
ERP IntegrationLogisticsMachine LearningSupply Chain

DataLakeDataset is a JSON Structure definition published by Amazon Supply Chain, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

instanceId namespace name description schema partitionSpec createdTime lastModifiedTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-supply-chain/refs/heads/main/json-structure/amazon-supply-chain-data-lake-dataset-structure.json",
  "name": "DataLakeDataset",
  "description": "A data lake dataset",
  "properties": {
    "instanceId": {
      "type": "string",
      "description": "The instance identifier",
      "example": "inst-abc12345"
    },
    "namespace": {
      "type": "string",
      "description": "The namespace containing the dataset",
      "example": "asc"
    },
    "name": {
      "type": "string",
      "description": "The dataset name",
      "example": "product"
    },
    "description": {
      "type": "string",
      "description": "The dataset description"
    },
    "schema": {
      "type": "object",
      "description": "The dataset schema"
    },
    "partitionSpec": {
      "type": "object",
      "description": "The partition specification"
    },
    "createdTime": {
      "type": "datetime"
    },
    "lastModifiedTime": {
      "type": "datetime"
    }
  }
}