|  | 
| 94 | 94 |               "properties": { | 
| 95 | 95 |                 "data": { | 
| 96 | 96 |                   "type": "object", | 
| 97 |  | -                  "properties": {}, | 
| 98 |  | -                  "description": "Form data" | 
|  | 97 | +                  "x-ms-dynamic-schema": { | 
|  | 98 | +                    "operationId": "GetFormVersion", | 
|  | 99 | +                    "value-path": "schema", | 
|  | 100 | +                    "parameters": { | 
|  | 101 | +                      "formId": { | 
|  | 102 | +                        "parameter": "formId" | 
|  | 103 | +                      } | 
|  | 104 | +                    } | 
|  | 105 | +                  } | 
| 99 | 106 |                 }, | 
| 100 | 107 |                 "meta": { | 
| 101 | 108 |                   "type": "object", | 
|  | 
| 228 | 235 |         "operationId": "NewSubmission", | 
| 229 | 236 |         "x-ms-trigger": "single", | 
| 230 | 237 |         "parameters": [ | 
|  | 238 | +          { | 
|  | 239 | +            "name": "formId", | 
|  | 240 | +            "description": "Form", | 
|  | 241 | +            "in": "header", | 
|  | 242 | +            "required": false, | 
|  | 243 | +            "type": "string", | 
|  | 244 | +            "x-ms-summary": "Form", | 
|  | 245 | +            "x-ms-dynamic-values": { | 
|  | 246 | +              "operationId": "ListForms", | 
|  | 247 | +              "value-path": "id", | 
|  | 248 | +              "value-title": "meta/name" | 
|  | 249 | +            } | 
|  | 250 | +          }, | 
| 231 | 251 |           { | 
| 232 | 252 |             "name": "body", | 
| 233 | 253 |             "in": "body", | 
|  | 
| 337 | 357 |         "operationId": "TaskFulfilled", | 
| 338 | 358 |         "x-ms-trigger": "single", | 
| 339 | 359 |         "parameters": [ | 
|  | 360 | +          { | 
|  | 361 | +            "name": "formId", | 
|  | 362 | +            "description": "Form", | 
|  | 363 | +            "in": "header", | 
|  | 364 | +            "required": false, | 
|  | 365 | +            "type": "string", | 
|  | 366 | +            "x-ms-summary": "Form", | 
|  | 367 | +            "x-ms-dynamic-values": { | 
|  | 368 | +              "operationId": "ListForms", | 
|  | 369 | +              "value-path": "id", | 
|  | 370 | +              "value-title": "meta/name" | 
|  | 371 | +            } | 
|  | 372 | +          }, | 
| 340 | 373 |           { | 
| 341 | 374 |             "name": "body", | 
| 342 | 375 |             "in": "body", | 
|  | 
| 564 | 597 |             } | 
| 565 | 598 |           } | 
| 566 | 599 |         }, | 
| 567 |  | -        "summary": "Download File", | 
|  | 600 | +        "summary": "Download file", | 
| 568 | 601 |         "description": "Downloads a file.", | 
| 569 | 602 |         "operationId": "DownloadFile", | 
| 570 | 603 |         "parameters": [ | 
|  | 
| 589 | 622 |             } | 
| 590 | 623 |           } | 
| 591 | 624 |         }, | 
| 592 |  | -        "summary": "Download Report", | 
|  | 625 | +        "summary": "Download report", | 
| 593 | 626 |         "operationId": "DownloadReport", | 
| 594 | 627 |         "parameters": [ | 
| 595 | 628 |           { | 
|  | 
0 commit comments