Skip to content

Commit

Permalink
Fix spelling mistake in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Blais authored and MatthieuBlais committed Jul 24, 2023
1 parent 1aded97 commit 808d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/params.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The following features are supported in the Trigger UI Form:
If you add the attribute ``example`` with a list, a multi-value select option will be generated.
If you add the attribute ``items``, a JSON entry field will be generated for more array types
and additional type validation as described in
`JSON Schema Array Items<https://json-schema.org/understanding-json-schema/reference/array.html#items>`_.
`JSON Schema Array Items <https://json-schema.org/understanding-json-schema/reference/array.html#items>`_.
- ``object``: Generates a JSON entry field
- Note: Per default if you specify a type, a field will be made required with input - because of JSON validation.
If you want to have a field value being added optional only, you must allow JSON schema validation allowing null values via:
Expand Down

0 comments on commit 808d2bb

Please sign in to comment.