mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
Add custom properties in roles
This commit is contained in:
@@ -635,6 +635,7 @@ roles:
|
||||
| roles.access | Access | No | The type of access provided by the IAM role. |
|
||||
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
|
||||
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
|
||||
| roles.customProperties | Custom Properties | No | Any custom properties. |
|
||||
|
||||
|
||||
## <a id="sla"/> Service-Level Agreement (SLA)
|
||||
|
||||
@@ -2225,6 +2225,9 @@
|
||||
"secondLevelApprovers": {
|
||||
"type": "string",
|
||||
"description": "The name(s) of the second-level approver(s) of the role."
|
||||
},
|
||||
"customProperties": {
|
||||
"$ref": "#/$defs/CustomProperties"
|
||||
}
|
||||
},
|
||||
"required": ["role"]
|
||||
|
||||
@@ -2225,6 +2225,9 @@
|
||||
"secondLevelApprovers": {
|
||||
"type": "string",
|
||||
"description": "The name(s) of the second-level approver(s) of the role."
|
||||
},
|
||||
"customProperties": {
|
||||
"$ref": "#/$defs/CustomProperties"
|
||||
}
|
||||
},
|
||||
"required": ["role"]
|
||||
|
||||
Reference in New Issue
Block a user