{ "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" } } }