Merges JSON Schema fragments into a single definition, later fragments taking precedence.
This mirrors an intersection (and) of constraints: properties are combined and required
keys are unioned, while all other keywords are overridden by the last fragment that defines them.
Merges JSON Schema fragments into a single definition, later fragments taking precedence.
This mirrors an intersection (
and) of constraints:propertiesare combined andrequiredkeys are unioned, while all other keywords are overridden by the last fragment that defines them.