fn json_converter_with_schema<'a>( object: Value, name: String, fields: impl Iterator<Item = &'a Field>, ) -> Map<String, Value>