|
119 | 119 | }, |
120 | 120 | "clientId": { |
121 | 121 | "description": "The client that owns the template", |
122 | | - "type": "string" |
| 122 | + "type": "string", |
| 123 | + "maxLength": 1000 |
123 | 124 | }, |
124 | 125 | "createdAt": { |
125 | 126 | "description": "Timestamp for when the template was initially created", |
126 | | - "type": "string" |
| 127 | + "type": "string", |
| 128 | + "maxLength": 1000 |
127 | 129 | }, |
128 | 130 | "createdBy": { |
129 | 131 | "description": "Unique identifier for the user that initially created the template", |
130 | | - "type": "string" |
| 132 | + "type": "string", |
| 133 | + "maxLength": 1000 |
131 | 134 | }, |
132 | 135 | "name": { |
133 | 136 | "description": "User-provided template name", |
134 | | - "type": "string" |
| 137 | + "type": "string", |
| 138 | + "maxLength": 1000 |
135 | 139 | }, |
136 | 140 | "templateStatus": { |
137 | 141 | "description": "Current status of the template", |
|
151 | 155 | }, |
152 | 156 | "updatedAt": { |
153 | 157 | "description": "Timestamp for when the template was most recently updated", |
154 | | - "type": "string" |
| 158 | + "type": "string", |
| 159 | + "maxLength": 1000 |
155 | 160 | }, |
156 | 161 | "updatedBy": { |
157 | 162 | "description": "Unique identifier for the user that most recently updated the template", |
158 | | - "type": "string" |
| 163 | + "type": "string", |
| 164 | + "maxLength": 1000 |
159 | 165 | }, |
160 | 166 | "message": { |
161 | 167 | "description": "Message body for the email template", |
162 | | - "type": "string" |
| 168 | + "type": "string", |
| 169 | + "maxLength": 100000 |
163 | 170 | }, |
164 | 171 | "subject": { |
165 | 172 | "description": "Subject field for the email template", |
166 | | - "type": "string" |
| 173 | + "type": "string", |
| 174 | + "maxLength": 1000 |
167 | 175 | }, |
168 | 176 | "templateType": { |
169 | 177 | "description": "Template type", |
|
199 | 207 | }, |
200 | 208 | "clientId": { |
201 | 209 | "description": "The client that owns the template", |
202 | | - "type": "string" |
| 210 | + "type": "string", |
| 211 | + "maxLength": 1000 |
203 | 212 | }, |
204 | 213 | "createdAt": { |
205 | 214 | "description": "Timestamp for when the template was initially created", |
206 | | - "type": "string" |
| 215 | + "type": "string", |
| 216 | + "maxLength": 1000 |
207 | 217 | }, |
208 | 218 | "createdBy": { |
209 | 219 | "description": "Unique identifier for the user that initially created the template", |
210 | | - "type": "string" |
| 220 | + "type": "string", |
| 221 | + "maxLength": 1000 |
211 | 222 | }, |
212 | 223 | "name": { |
213 | 224 | "description": "User-provided template name", |
214 | | - "type": "string" |
| 225 | + "type": "string", |
| 226 | + "maxLength": 1000 |
215 | 227 | }, |
216 | 228 | "templateStatus": { |
217 | 229 | "description": "Current status of the template", |
|
231 | 243 | }, |
232 | 244 | "updatedAt": { |
233 | 245 | "description": "Timestamp for when the template was most recently updated", |
234 | | - "type": "string" |
| 246 | + "type": "string", |
| 247 | + "maxLength": 1000 |
235 | 248 | }, |
236 | 249 | "updatedBy": { |
237 | 250 | "description": "Unique identifier for the user that most recently updated the template", |
238 | | - "type": "string" |
| 251 | + "type": "string", |
| 252 | + "maxLength": 1000 |
239 | 253 | }, |
240 | 254 | "message": { |
241 | 255 | "description": "Message body for the NHS App template", |
242 | | - "type": "string" |
| 256 | + "type": "string", |
| 257 | + "maxLength": 5000 |
243 | 258 | }, |
244 | 259 | "templateType": { |
245 | 260 | "description": "Template type", |
|
274 | 289 | }, |
275 | 290 | "clientId": { |
276 | 291 | "description": "The client that owns the template", |
277 | | - "type": "string" |
| 292 | + "type": "string", |
| 293 | + "maxLength": 1000 |
278 | 294 | }, |
279 | 295 | "createdAt": { |
280 | 296 | "description": "Timestamp for when the template was initially created", |
281 | | - "type": "string" |
| 297 | + "type": "string", |
| 298 | + "maxLength": 1000 |
282 | 299 | }, |
283 | 300 | "createdBy": { |
284 | 301 | "description": "Unique identifier for the user that initially created the template", |
285 | | - "type": "string" |
| 302 | + "type": "string", |
| 303 | + "maxLength": 1000 |
286 | 304 | }, |
287 | 305 | "name": { |
288 | 306 | "description": "User-provided template name", |
289 | | - "type": "string" |
| 307 | + "type": "string", |
| 308 | + "maxLength": 1000 |
290 | 309 | }, |
291 | 310 | "templateStatus": { |
292 | 311 | "description": "Current status of the template", |
|
306 | 325 | }, |
307 | 326 | "updatedAt": { |
308 | 327 | "description": "Timestamp for when the template was most recently updated", |
309 | | - "type": "string" |
| 328 | + "type": "string", |
| 329 | + "maxLength": 1000 |
310 | 330 | }, |
311 | 331 | "updatedBy": { |
312 | 332 | "description": "Unique identifier for the user that most recently updated the template", |
313 | | - "type": "string" |
| 333 | + "type": "string", |
| 334 | + "maxLength": 1000 |
314 | 335 | }, |
315 | 336 | "files": { |
316 | 337 | "description": "Object containing information about proofs attached to the template", |
|
325 | 346 | "type": "object", |
326 | 347 | "properties": { |
327 | 348 | "supplier": { |
328 | | - "type": "string" |
| 349 | + "type": "string", |
| 350 | + "maxLength": 1000 |
329 | 351 | } |
330 | 352 | }, |
331 | 353 | "required": [ |
|
388 | 410 | "description": "List of personalisation parameters used in the template", |
389 | 411 | "type": "array", |
390 | 412 | "items": { |
391 | | - "type": "string" |
| 413 | + "type": "string", |
| 414 | + "maxLength": 1000 |
392 | 415 | } |
393 | 416 | } |
394 | 417 | }, |
|
422 | 445 | }, |
423 | 446 | "clientId": { |
424 | 447 | "description": "The client that owns the template", |
425 | | - "type": "string" |
| 448 | + "type": "string", |
| 449 | + "maxLength": 1000 |
426 | 450 | }, |
427 | 451 | "createdAt": { |
428 | 452 | "description": "Timestamp for when the template was initially created", |
429 | | - "type": "string" |
| 453 | + "type": "string", |
| 454 | + "maxLength": 1000 |
430 | 455 | }, |
431 | 456 | "createdBy": { |
432 | 457 | "description": "Unique identifier for the user that initially created the template", |
433 | | - "type": "string" |
| 458 | + "type": "string", |
| 459 | + "maxLength": 1000 |
434 | 460 | }, |
435 | 461 | "name": { |
436 | 462 | "description": "User-provided template name", |
437 | | - "type": "string" |
| 463 | + "type": "string", |
| 464 | + "maxLength": 1000 |
438 | 465 | }, |
439 | 466 | "templateStatus": { |
440 | 467 | "description": "Current status of the template", |
|
454 | 481 | }, |
455 | 482 | "updatedAt": { |
456 | 483 | "description": "Timestamp for when the template was most recently updated", |
457 | | - "type": "string" |
| 484 | + "type": "string", |
| 485 | + "maxLength": 1000 |
458 | 486 | }, |
459 | 487 | "updatedBy": { |
460 | 488 | "description": "Unique identifier for the user that most recently updated the template", |
461 | | - "type": "string" |
| 489 | + "type": "string", |
| 490 | + "maxLength": 1000 |
462 | 491 | }, |
463 | 492 | "message": { |
464 | 493 | "description": "Message body for the NHS App template", |
465 | | - "type": "string" |
| 494 | + "type": "string", |
| 495 | + "maxLength": 918 |
466 | 496 | }, |
467 | 497 | "templateType": { |
468 | 498 | "description": "Template type", |
|
0 commit comments