We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Object with type as SchemaType Array of Object with type as SchemaType
An object without type instance of SchemaType or Array
SchemaType Array with SchemaType
The text was updated successfully, but these errors were encountered:
Version 1 when iterating over schema does not execute functions and does not take the dummy key inside an array
myKey: { type: [ { type: String, dummy: 'myKey' // <--- does not detect this } ], dummy: 'random' // <--- only consider this key }
I think we need to define which key is the priority, maybe the dummy key in the root could override the single element of the array.
Sorry, something went wrong.
matiaslopezd
No branches or pull requests
Iterate
Object with type as SchemaType
Array of Object with type as SchemaType
An object without type instance of SchemaType or Array
No iterate
SchemaType
Array with SchemaType
The text was updated successfully, but these errors were encountered: