@@ -913,17 +913,17 @@ paths:
913
913
2. **date**
914
914
```
915
915
{
916
- "type": "date"
917
- "page": 1
918
- "x": 173
919
- "y": 588
920
- "w": 114
921
- "h": 21
916
+ "type": "date",
917
+ "page": 1,
918
+ "x": 173,
919
+ "y": 588,
920
+ "w": 114,
921
+ "h": 21,
922
922
"options": {
923
- "name": "date"
924
- "response": "04/15/2024"
925
- "format": "mm/dd/yyyy"
926
- "color": "black"
923
+ "name": "date",
924
+ "response": "04/15/2024",
925
+ "format": "mm/dd/yyyy",
926
+ "color": "black",
927
927
"fontsize": 12
928
928
}
929
929
}
@@ -1359,17 +1359,17 @@ paths:
1359
1359
2. **date**
1360
1360
```
1361
1361
{
1362
- "type": "date"
1363
- "page": 1
1364
- "x": 173
1365
- "y": 588
1366
- "w": 114
1367
- "h": 21
1362
+ "type": "date",
1363
+ "page": 1,
1364
+ "x": 173,
1365
+ "y": 588,
1366
+ "w": 114,
1367
+ "h": 21,
1368
1368
"options": {
1369
- "name": "date"
1370
- "response": "04/15/2024"
1371
- "format": "mm/dd/yyyy"
1372
- "color": "black"
1369
+ "name": "date",
1370
+ "response": "04/15/2024",
1371
+ "format": "mm/dd/yyyy",
1372
+ "color": "black",
1373
1373
"fontsize": 12
1374
1374
}
1375
1375
}
@@ -2313,16 +2313,16 @@ paths:
2313
2313
```
2314
2314
{
2315
2315
"type": "date"
2316
- "page": 1
2317
- "x": 173
2318
- "y": 588
2319
- "w": 114
2320
- "h": 21
2316
+ "page": 1,
2317
+ "x": 173,
2318
+ "y": 588,
2319
+ "w": 114,
2320
+ "h": 21,
2321
2321
"options": {
2322
- "name": "date"
2323
- "response": "04/15/2024"
2324
- "format": "mm/dd/yyyy"
2325
- "color": "black"
2322
+ "name": "date",
2323
+ "response": "04/15/2024",
2324
+ "format": "mm/dd/yyyy",
2325
+ "color": "black",
2326
2326
"fontsize": 12
2327
2327
}
2328
2328
}
@@ -2779,17 +2779,17 @@ paths:
2779
2779
2. **date**
2780
2780
```
2781
2781
{
2782
- "type": "date"
2783
- "page": 1
2784
- "x": 173
2785
- "y": 588
2786
- "w": 114
2787
- "h": 21
2782
+ "type": "date",
2783
+ "page": 1,
2784
+ "x": 173,
2785
+ "y": 588,
2786
+ "w": 114,
2787
+ "h": 21,
2788
2788
"options": {
2789
- "name": "date"
2790
- "response": "04/15/2024"
2791
- "format": "mm/dd/yyyy"
2792
- "color": "black"
2789
+ "name": "date",
2790
+ "response": "04/15/2024",
2791
+ "format": "mm/dd/yyyy",
2792
+ "color": "black",
2793
2793
"fontsize": 12
2794
2794
}
2795
2795
}
@@ -3245,17 +3245,17 @@ paths:
3245
3245
2. **date**
3246
3246
```
3247
3247
{
3248
- "type": "date"
3249
- "page": 1
3250
- "x": 173
3251
- "y": 588
3252
- "w": 114
3253
- "h": 21
3248
+ "type": "date",
3249
+ "page": 1,
3250
+ "x": 173,
3251
+ "y": 588,
3252
+ "w": 114,
3253
+ "h": 21,
3254
3254
"options": {
3255
- "name": "date"
3256
- "response": "04/15/2024"
3257
- "format": "mm/dd/yyyy"
3258
- "color": "black"
3255
+ "name": "date",
3256
+ "response": "04/15/2024",
3257
+ "format": "mm/dd/yyyy",
3258
+ "color": "black",
3259
3259
"fontsize": 12
3260
3260
}
3261
3261
}
@@ -4839,7 +4839,18 @@ components:
4839
4839
If nothing is set, it will use the owner’s preferences. If the owner’s preferences are also not set, it will default to false.
4840
4840
example : false
4841
4841
prefill :
4842
- $ref : ' #/components/schemas/prefill'
4842
+ type : array
4843
+ items :
4844
+ type : object
4845
+ properties :
4846
+ name :
4847
+ type : string
4848
+ format : string
4849
+ example : textbox
4850
+ response :
4851
+ type : string
4852
+ format : string
4853
+ example : andrew bee
4843
4854
revokedocument :
4844
4855
type : object
4845
4856
properties :
0 commit comments