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
Thank you for your hard work. :) I just wanted to note that I am also noticing this phenomenon where the use of "allOf" prevents the "properties" from coming through. Is there a workaround or a timeline as to when that will be resolved?
We currently categorize each JSON-Schema as a specific "type" of schema in typeOfSchema.ts.
Instead, we should match as many "types" as possible, and compile into an intersection of all of them.
Original issue here: #95 (comment).
Spec here: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-4.3.
The text was updated successfully, but these errors were encountered: