You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2026. It is now read-only.
Currently if you have two fields with the same name, but with different cases, they will be listed in output as different fields. But most output targets don't accept that as valid output.
Minimal Example:
- object: Accountfields:
Name: Company One
- object: Accountfields:
name: Company two
There are places in more complex use cases where this pattern applies and it's an easy mistake to me.
Currently if you have two fields with the same name, but with different cases, they will be listed in output as different fields. But most output targets don't accept that as valid output.
Minimal Example:
There are places in more complex use cases where this pattern applies and it's an easy mistake to me.