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
Hello, it would be nice to have discriminator support in papr like in mongoose. It might be possible because $jsonSchema supports match for one of specified schemas with keyword "oneOf".
Hello, it would be nice to have discriminator support in papr like in mongoose. It might be possible because $jsonSchema supports match for one of specified schemas with keyword "oneOf".
https://www.mongodb.com/docs/v5.0/reference/operator/query/jsonSchema/#mongodb-query-op.-jsonSchema
https://mongoosejs.com/docs/discriminators.html
Here is example usage:
The text was updated successfully, but these errors were encountered: