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
readOnly properties are included in responses but not in requests, and writeOnly properties may be sent in requests but not in responses
If I understand correctly, readOnly: true indicates that that field id only in API responses.
I am not sure that id or uuid can be omitted in API requests for many people.
If someone wants to contribute to this, I suggest that this feature is disabled by default and requires a flag to enable it.
I believe many people use
id
oruuid
in their schematics. And always, this field is read-only.I suggest to automatically set
readOnly: true
for such fields.The text was updated successfully, but these errors were encountered: