Fixed
[V3 REST API] Nullable List Types
27 days ago by Emily Li
This change impacts thev3 REST APIs only (currently in open beta)
Nullable list field types are now correctly represented in the Open API spec as oneOfarray and null.
Before this change: nullable list types were specified as the array type only, which isn't correct.
Before
After

Notice the inclusion of the "null" type
