Open
Description
Visibility is ignored for models in an array when using the Create
data type on a parent object.
In the linked example below I expected the exampleArrayOfObjects
to be an array of objects with a single property like the identical exampleObject
, but instead the array of objects that got output included the property that is supposed to be read only.