pub fn diff(lhs: Value, rhs: Value) -> Result<Vec<Change>, Error>
Take two JSON schemas, and compare them.
lhs (left-hand side) is the old schema, rhs (right-hand side) is the new schema.
lhs
rhs