File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 7719
7719
},
7720
7720
"UserName" : {
7721
7721
"description" : " The unique name for the user." ,
7722
- "example" : " user " ,
7722
+ "example" : " Sarah O'Connor " ,
7723
7723
"maxLength" : 255 ,
7724
- "pattern" : " ^[a-z](-?[a-z0-9]+)+$" ,
7724
+ "minLength" : 1 ,
7725
+ "pattern" : " ^[a-zA-Z\\ p{L}][a-zA-Z\\ p{L} \\ -']*$" ,
7725
7726
"type" : " string"
7726
7727
},
7727
7728
"User" : {
9869
9870
"created_at" : " 2017-07-14T16:53:42Z" ,
9870
9871
"email" : " user@example.com" ,
9871
9872
"id" : " 12345678-1234-1234-1234-1234567890ab" ,
9872
- "name" : " user " ,
9873
+ "name" : " Sarah O'Connor " ,
9873
9874
"updated_at" : " 2017-07-14T16:53:42Z"
9874
9875
}
9875
9876
} ],
9997
9998
"additionalProperties" : { },
9998
9999
"properties" : {
9999
10000
"name" : {
10000
- "description" : " The user's name" ,
10001
- "maxLength" : 255 ,
10002
- "minLength" : 1
10001
+ "$ref" : " #/components/schemas/UserName"
10003
10002
}
10004
10003
}
10005
10004
},
10236
10235
"description" : " ARN of role created by the user" ,
10237
10236
"type" : " string" ,
10238
10237
"x-go-name" : " RoleARN"
10238
+ },
10239
+ "external_id" : {
10240
+ "description" : " External ID used for the role" ,
10241
+ "type" : " string" ,
10242
+ "x-go-name" : " ExternalID"
10239
10243
}
10240
10244
}
10241
10245
},
You can’t perform that action at this time.
0 commit comments