Skip to content

Commit 00acf01

Browse files
committed
Add custom properties in roles
1 parent e24c1f8 commit 00acf01

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ roles:
635635
| roles.access | Access | No | The type of access provided by the IAM role. |
636636
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
637637
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
638+
| roles.customProperties | Custom Properties | No | Any custom properties. |
638639

639640

640641
## <a id="sla"/> Service-Level Agreement (SLA)

schema/odcs-json-schema-latest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,9 @@
22252225
"secondLevelApprovers": {
22262226
"type": "string",
22272227
"description": "The name(s) of the second-level approver(s) of the role."
2228+
},
2229+
"customProperties": {
2230+
"$ref": "#/$defs/CustomProperties"
22282231
}
22292232
},
22302233
"required": ["role"]

schema/odcs-json-schema-v3.0.0.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,9 @@
22252225
"secondLevelApprovers": {
22262226
"type": "string",
22272227
"description": "The name(s) of the second-level approver(s) of the role."
2228+
},
2229+
"customProperties": {
2230+
"$ref": "#/$defs/CustomProperties"
22282231
}
22292232
},
22302233
"required": ["role"]

0 commit comments

Comments
 (0)