@@ -64,21 +64,21 @@ tags: null
64
64
65
65
### Definitions
66
66
67
- | Key | UX label | Required | Description |
68
- |-------------------------|------------------|----------|------------------------------------------------------------------------------------------------ |
69
- | apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is ` v3.0.0`. |
70
- | kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
71
- | id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
72
- | name | Name | No | Name of the data contract. |
73
- | version | Version | Yes | Current version of the data contract. |
74
- | status | Status | Yes | Current status of the data contract. Valid values are `production`, `test`, or `development`. |
75
- | tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
76
- | domain | Domain | No | Name of the logical data domain. |
77
- | dataProduct | Data Product | No | Name of the data product. |
78
- | description | Description | No | Object containing the descriptions. |
79
- | description.purpose | Purpose | No | Intended purpose for the provided data. |
80
- | description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
81
- | description.usage | Usage | No | Recommended usage of the data. |
67
+ | Key | UX label | Required | Description |
68
+ |-------------------------|------------------|----------|-----------------------------------------------------------------------------------------------|
69
+ | apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is ` v3.0.0`. |
70
+ | kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
71
+ | id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
72
+ | name | Name | No | Name of the data contract. |
73
+ | version | Version | Yes | Current version of the data contract. |
74
+ | status | Status | Yes | Current status of the data contract. |
75
+ | tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
76
+ | domain | Domain | No | Name of the logical data domain. |
77
+ | dataProduct | Data Product | No | Name of the data product. |
78
+ | description | Description | No | Object containing the descriptions. |
79
+ | description.purpose | Purpose | No | Intended purpose for the provided data. |
80
+ | description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
81
+ | description.usage | Usage | No | Recommended usage of the data. |
82
82
83
83
84
84
# # Schema
0 commit comments