pub fn visit_schema<V: Visitor + ?Sized>( v: &mut V, definitions: &mut Map<String, Schema>, schema: &mut Schema, )
Visits all subschemas of the Schema.
Schema