Skip to content

Commit 180217d

Browse files
authored
Merge pull request #94 from bitol-io/dev-customProperties-in-roles
2 parents 2ac23dd + 00acf01 commit 180217d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ roles:
643643
| roles.access | Access | No | The type of access provided by the IAM role. |
644644
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
645645
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
646+
| roles.customProperties | Custom Properties | No | Any custom properties. |
646647

647648

648649
## Service-Level Agreement (SLA)

schema/odcs-json-schema-latest.json

+3
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,9 @@
22282228
"secondLevelApprovers": {
22292229
"type": "string",
22302230
"description": "The name(s) of the second-level approver(s) of the role."
2231+
},
2232+
"customProperties": {
2233+
"$ref": "#/$defs/CustomProperties"
22312234
}
22322235
},
22332236
"required": ["role"]

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

+3
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,9 @@
22282228
"secondLevelApprovers": {
22292229
"type": "string",
22302230
"description": "The name(s) of the second-level approver(s) of the role."
2231+
},
2232+
"customProperties": {
2233+
"$ref": "#/$defs/CustomProperties"
22312234
}
22322235
},
22332236
"required": ["role"]

0 commit comments

Comments
 (0)