mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
Update YAML and JSON files to replace 'comment' with 'description' for user entries
This commit is contained in:
@@ -11,6 +11,7 @@ This document tracks the history and evolution of the **Open Data Contract Stand
|
||||
* Added field `physicalName` for the properties in JSON schema.
|
||||
* Explicitly specifies `YYYY-MM-DDTHH:mm:ss.SSSZ` for default date format.
|
||||
* Added field `name` team members in JSON schema and docs.
|
||||
* Added field `description` team members in JSON schema and docs.
|
||||
|
||||
# v3.0.1 - 2024-12-22 - APPROVED
|
||||
|
||||
|
||||
@@ -642,7 +642,7 @@ team:
|
||||
dateIn: 2022-10-01
|
||||
- username: daustin
|
||||
role: Owner
|
||||
comment: Keeper of the grail
|
||||
description: Keeper of the grail
|
||||
name: David Austin
|
||||
dateIn: 2022-10-01
|
||||
```
|
||||
@@ -655,6 +655,7 @@ The UX label is the label used in the UI and other user experiences.
|
||||
| team | Team | No | Object |
|
||||
| team.username | Username | No | The user's username or email. |
|
||||
| team.name | Name | No | The user's name. |
|
||||
| team.description | Description | No | The user's name. |
|
||||
| team.role | Role | No | The user's job role; Examples might be owner, data steward. There is no limit on the role. |
|
||||
| team.dateIn | Date In | No | The date when the user joined the team. |
|
||||
| team.dateOut | Date Out | No | The date when the user ceased to be part of the team. |
|
||||
|
||||
@@ -154,7 +154,7 @@ team:
|
||||
dateIn: "2022-10-01"
|
||||
- username: daustin
|
||||
role: Owner
|
||||
comment: Keeper of the grail
|
||||
description: Keeper of the grail
|
||||
dateIn: "2022-10-01"
|
||||
|
||||
|
||||
|
||||
@@ -2214,6 +2214,10 @@
|
||||
"Jane Doe"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "The user's description."
|
||||
},
|
||||
"role": {
|
||||
"type": "string",
|
||||
"description": "The user's job role; Examples might be owner, data steward. There is no limit on the role."
|
||||
|
||||
@@ -2214,6 +2214,10 @@
|
||||
"Jane Doe"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"description": "The user's description."
|
||||
},
|
||||
"role": {
|
||||
"type": "string",
|
||||
"description": "The user's job role; Examples might be owner, data steward. There is no limit on the role."
|
||||
|
||||
Reference in New Issue
Block a user