-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested array object is returning an error #215
Labels
enhancement
New feature or request
Comments
The issue is you are using nested schemas on Array type items. This is not yet supported. For now, comment out the schema. You won't get TS types for them, but when we do support it, hopefully soon, you can uncomment. |
ok, thanks. |
I would love to request this enhancement if it hasn't yet been added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nested array object is returning an error
I have an array property with a nested object, but when I try to do an insert it's returning an error.
To Reproduce
Steps to reproduce the behaviour:
Schema:
When I create a new Employee:
It's returning an error:
field.block
doesn't exist forsuperiors
(which is an array)There must be something wrong with the schema definition for
superiors
The text was updated successfully, but these errors were encountered: