Amazon DataZone · JSON Structure

Subscription Request Structure

A request to subscribe to a data asset listing in DataZone.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Subscription Request 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/subscription-request-structure.json",
  "title": "Subscription Request",
  "description": "A request to subscribe to a data asset listing in DataZone.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The unique identifier of the subscription request"
    },
    "domainId": {
      "type": "str",
      "description": "domainId"
    },
    "status": {
      "type": "str",
      "description": "status"
    },
    "requestReason": {
      "type": "str",
      "description": "requestReason"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}