pub fn compatible_with(a: &Schema, b: &Schema) -> bool
True if every document a accepts is also accepted by b (a is a subschema / b is backward-compatible).
a
b