Models
Schema: `DataProductDetail`
- Type:
object - Required fields:
dependencies,domain,events,outputs,owner_team,product,semantic_entrypoints,subscriptions,versions
Properties
| Name | Type | Required | Description |
|---|---|---|---|
dependencies |
array[DataProductListItem] |
true |
- |
domain |
ProductDomain |
true |
- |
events |
array[ProductEvent] |
true |
- |
outputs |
array[ProductOutput] |
true |
- |
owner_team |
ProductTeam |
true |
- |
product |
DataProduct |
true |
- |
semantic_entrypoints |
array[ProductSemanticEntrypoint] |
true |
- |
status |
DataProductStatus |
false |
- |
subscriptions |
array[ProductSubscription] |
true |
- |
versions |
array[DataProductVersion] |
true |
- |