Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
docs: Add note about fields which don't have order field (airbytehq#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Nov 8, 2022
1 parent 33f10d3 commit 5bf211a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ will result in the following configuration on the UI:
![Screen Shot 2021-11-18 at 7 14 04 PM](https://user-images.githubusercontent.com/6246757/142558797-135f6c73-f05d-479f-9d88-e20cae85870c.png)


:::info

Within an object definition, if some fields have the `order` property defined, and others don't, then the fields without the `order` property defined should be rendered last in the UI. Among those elements (which don't have `order` defined), no ordering is guaranteed.

:::


### Multi-line String inputs
Expand Down

0 comments on commit 5bf211a

Please sign in to comment.