File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 {
7676 "path": "detect_secrets.filters.allowlist.is_line_allowlisted"
7777 },
78- {
79- "path": "detect_secrets.filters.common.is_baseline_file",
80- "filename": ".secrets.baseline"
81- },
8278 {
8379 "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
8480 "min_level": 2
167163 "filename": "openapi/adminusers_spec.yaml",
168164 "hashed_secret": "3660e32cde5fccc8d1e4521d0c831c2012388720",
169165 "is_verified": false,
170- "line_number": 1276
166+ "line_number": 1281
171167 }
172168 ],
173169 "src/main/java/uk/gov/pay/adminusers/model/CreateUserRequest.java": [
466462 }
467463 ]
468464 },
469- "generated_at": "2024-09-18T11:36:14Z "
465+ "generated_at": "2025-04-10T15:35:17Z "
470466}
Original file line number Diff line number Diff line change @@ -1159,6 +1159,7 @@ components:
11591159 type : string
11601160 service_external_id :
11611161 type : string
1162+ minLength : 1
11621163 valid_role_name :
11631164 type : boolean
11641165 required :
@@ -1188,6 +1189,7 @@ components:
11881189 email :
11891190 type : string
11901191 example : example@example.gov.uk
1192+ minLength : 1
11911193 role_name :
11921194 type : string
11931195 enum :
@@ -1202,9 +1204,11 @@ components:
12021204 type : string
12031205 description : User external ID
12041206 example : d0wksn12nklsdf1nd02nd9n2ndk
1207+ minLength : 1
12051208 service_external_id :
12061209 type : string
12071210 example : dj2jkejke32jfhh3
1211+ minLength : 1
12081212 required :
12091213 - email
12101214 - role_name
@@ -1216,6 +1220,7 @@ components:
12161220 email :
12171221 type : string
12181222 example : example@example.gov.uk
1223+ minLength : 1
12191224 required :
12201225 - email
12211226 CreateServiceRequest :
@@ -1331,6 +1336,7 @@ components:
13311336 type : string
13321337 example : d02jddeib0lqpsir28fbskg9v0rv
13331338 maxLength : 255
1339+ minLength : 1
13341340 otp :
13351341 type : integer
13361342 format : int32
You can’t perform that action at this time.
0 commit comments