You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| authoritativeDefinitions | Link | No | A list of type/link pairs for authoritative definitions. |
358
-
| authoritativeDefinitions.type | Definition type | Yes | Type of definition for authority. Valid values are: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
359
-
| authoritativeDefinitions.url | URL to definition | Yes | URL to the authority. |
| authoritativeDefinitions | Link | No | A list of type/link pairs for authoritative definitions. |
358
+
| authoritativeDefinitions.type | Definition type | Yes | Type of definition for authority. Valid values are: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
359
+
| authoritativeDefinitions.url | URL to definition | Yes | URL to the authority. |
360
+
| authoritativeDefinitions.description | Description | No | Description for humans |
360
361
361
362
## References
362
363
This section describes how to reference elements within a data contract schema. References enable you to create relationships between different parts of your data contract.
@@ -1531,17 +1532,19 @@ customProperties:
1531
1532
value: gcsc.ruleset.name
1532
1533
- property: somePropertyName
1533
1534
value: property.value
1534
-
- property: dataprocClusterName # Used for specific applications like Elevate
1535
+
- property: dataprocClusterName # Used for specific applications
1535
1536
value: [cluster name]
1537
+
description: Cluster name for specific applications
| customProperties | Custom Properties | No | A list of key/value pairs for custom properties. Initially created to support the REF ruleset property. |
1543
-
| customProperties.property | Property | No | The name of the key. Names should be in camel case–the same as if they were permanent properties in the contract. |
1544
-
| customProperties.value | Value | No | The value of the key. |
| customProperties | Custom Properties | No | A list of key/value pairs for custom properties. Initially created to support the REF ruleset property. |
1545
+
| customProperties.property | Property | No | The name of the key. Names should be in camel case–the same as if they were permanent properties in the contract. |
1546
+
| customProperties.value | Value | No | The value of the key. |
1547
+
| customProperties.description | Description | No | Description for humans. |
Copy file name to clipboardExpand all lines: schema/odcs-json-schema-v3.1.0.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2322,6 +2322,10 @@
2322
2322
"type": "string",
2323
2323
"description": "Type of definition for authority: v2.3 adds standard values: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`.",
0 commit comments