Amazon DataZone · JSON Structure

Project Structure

A DataZone project that serves as a container for data assets and environments.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Project 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/project-structure.json",
  "title": "Project",
  "description": "A DataZone project that serves as a container for data assets and environments.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The unique identifier of the project"
    },
    "domainId": {
      "type": "str",
      "description": "domainId"
    },
    "name": {
      "type": "str",
      "description": "name"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}