File tree Expand file tree Collapse file tree 2 files changed +25
-9
lines changed
lib/payload-schema-definitions Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 24
24
"required" : [
25
25
" permissionSetName" ,
26
26
" sessionDurationInMinutes" ,
27
- " relayState" ,
28
- " tags" ,
29
27
" managedPoliciesArnList" ,
30
28
" inlinePolicyDocument"
31
29
],
34
32
"$id" : " #/properties/permissionSetData/properties/permissionSetName" ,
35
33
"type" : " string" ,
36
34
"title" : " Permission Set Name" ,
37
- "description" : " Permission Set Nam " ,
35
+ "description" : " Permission Set Name " ,
38
36
"default" : " " ,
39
37
"minLength" : 1 ,
40
38
"maxLength" : 32 ,
41
39
"pattern" : " [\\ w+=,.@-]+"
42
40
},
41
+ "description" : {
42
+ "$id" : " #/properties/permissionSetData/properties/description" ,
43
+ "type" : " string" ,
44
+ "title" : " description" ,
45
+ "description" : " Permission set description" ,
46
+ "default" : " " ,
47
+ "minLength" : 0 ,
48
+ "maxLength" : 700 ,
49
+ "pattern" : " [\\ u0009\\ u000A\\ u000D\\ u0020-\\ u007E\\ u00A1-\\ u00FF]*"
50
+ },
43
51
"sessionDurationInMinutes" : {
44
52
"$id" : " #/properties/permissionSetData/properties/sessionDurationInMinutes" ,
45
53
"type" : " string" ,
94
102
"default" : " " ,
95
103
"minLength" : 0 ,
96
104
"maxLength" : 256 ,
97
- "pattern" : " ^[A-Za-z0-9_ :/=\\ +\\ -@]*$"
105
+ "pattern" : " ^([ \\ p{L} \\ p{Z} \\ p{N}_. :/=+\\ -@]*) $"
98
106
}
99
107
},
100
108
"additionalProperties" : false
Original file line number Diff line number Diff line change 8
8
"required" : [
9
9
" permissionSetName" ,
10
10
" sessionDurationInMinutes" ,
11
- " relayState" ,
12
- " tags" ,
13
11
" managedPoliciesArnList" ,
14
12
" inlinePolicyDocument"
15
13
],
18
16
"$id" : " #/properties/permissionSetName" ,
19
17
"type" : " string" ,
20
18
"title" : " Permission Set Name" ,
21
- "description" : " Permission Set Nam " ,
19
+ "description" : " Permission Set Name " ,
22
20
"default" : " " ,
23
21
"minLength" : 1 ,
24
22
"maxLength" : 32 ,
25
23
"pattern" : " [\\ w+=,.@-]+"
26
24
},
25
+ "description" : {
26
+ "$id" : " #/properties/description" ,
27
+ "type" : " string" ,
28
+ "title" : " description" ,
29
+ "description" : " Permission set description" ,
30
+ "default" : " " ,
31
+ "minLength" : 0 ,
32
+ "maxLength" : 700 ,
33
+ "pattern" : " [\\ u0009\\ u000A\\ u000D\\ u0020-\\ u007E\\ u00A1-\\ u00FF]*"
34
+ },
27
35
"sessionDurationInMinutes" : {
28
36
"$id" : " #/properties/sessionDurationInMinutes" ,
29
37
"type" : " string" ,
44
52
"pattern" : " [A-Za-z0-9_:/=\\ +\\ -@#]+"
45
53
},
46
54
"tags" : {
47
- "$id" : " #/properties/tags" ,
55
+ "$id" : " #/properties/tags" ,
48
56
"type" : " array" ,
49
57
"title" : " tags" ,
50
58
"description" : " tags" ,
78
86
"default" : " " ,
79
87
"minLength" : 0 ,
80
88
"maxLength" : 256 ,
81
- "pattern" : " ^[A-Za-z0-9_ :/=\\ +\\ -@]*$"
89
+ "pattern" : " ^([ \\ p{L} \\ p{Z} \\ p{N}_. :/=+\\ -@]*) $"
82
90
}
83
91
},
84
92
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments