|
1 | 1 | --- |
2 | | -openapi: 3.0.0 |
| 2 | +openapi: 3.0.4 |
3 | 3 | info: |
4 | 4 | description: >- |
5 | 5 | This is the interface for handling requests for |
@@ -904,6 +904,19 @@ components: |
904 | 904 | [FormField-RichText](/reference/modal-forms#formfield-richtext), [FormField-SingleLineText](/reference/modal-forms#formfield-singlelinetext), |
905 | 905 | [FormField-StaticText](/reference/modal-forms#formfield-statictext), [FormField-Typeahead](/reference/modal-forms#formfield-typeahead) |
906 | 906 | type: array |
| 907 | + maxItems: 30 |
| 908 | + items: |
| 909 | + anyOf: |
| 910 | + - $ref: '#/components/schemas/FormField-Checkbox' |
| 911 | + - $ref: '#/components/schemas/FormField-Date' |
| 912 | + - $ref: '#/components/schemas/FormField-Datetime' |
| 913 | + - $ref: '#/components/schemas/FormField-Dropdown' |
| 914 | + - $ref: '#/components/schemas/FormField-MultiLineText' |
| 915 | + - $ref: '#/components/schemas/FormField-RadioButton' |
| 916 | + - $ref: '#/components/schemas/FormField-RichText' |
| 917 | + - $ref: '#/components/schemas/FormField-SingleLineText' |
| 918 | + - $ref: '#/components/schemas/FormField-StaticText' |
| 919 | + - $ref: '#/components/schemas/FormField-Typeahead' |
907 | 920 | on_submit_callback: |
908 | 921 | description: >- |
909 | 922 | The URL to `POST` the form to when the user clicks the submit button. |
@@ -1435,6 +1448,13 @@ components: |
1435 | 1448 |
|
1436 | 1449 | Valid object schemas: [WidgetField-DatetimeWithIcon](/reference/widgets#widgetfield-datetimewithicon), [WidgetField-Pill](/reference/widgets#widgetfield-pill), [WidgetField-TextWithIcon](/reference/widgets#widgetfield-textwithicon). |
1437 | 1450 | type: array |
| 1451 | + minItems: 1 |
| 1452 | + maxItems: 5 |
| 1453 | + items: |
| 1454 | + anyOf: |
| 1455 | + - $ref: '#/components/schemas/DatetimeWithIcon' |
| 1456 | + - $ref: '#/components/schemas/WidgetField-Pill' |
| 1457 | + - $ref: '#/components/schemas/WidgetField-TextWithIcon' |
1438 | 1458 | subtitle: |
1439 | 1459 | description: >- |
1440 | 1460 | The text to show under the title of the widget, next to "Open in {App Name}". If not provided, the |
|
0 commit comments