Amazon Supply Chain · JSON Structure

Amazon Supply Chain Data Lake Namespace Structure

A data lake namespace

Type: object Properties: 5
ERP IntegrationLogisticsMachine LearningSupply Chain

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

Properties

instanceId name description 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-namespace-structure.json",
  "name": "DataLakeNamespace",
  "description": "A data lake namespace",
  "properties": {
    "instanceId": {
      "type": "string",
      "description": "The instance identifier",
      "example": "inst-abc12345"
    },
    "name": {
      "type": "string",
      "description": "The namespace name",
      "example": "asc"
    },
    "description": {
      "type": "string",
      "description": "The namespace description"
    },
    "createdTime": {
      "type": "datetime"
    },
    "lastModifiedTime": {
      "type": "datetime"
    }
  }
}