{'passed': True,
 'params': {'complete': True,
            'in_order': True,
            'case_sensitive_colnames': True,
            'case_sensitive_dtypes': True,
            'full_match_dtypes': True},
 'target_schema': [('a', 'String'), ('b', 'Int64'), ('c', 'Float64')],
 'expect_schema': [('a', ['String', 'Int64']), ('b', 'Int64'), ('c', 'Float64'), ('d', 'String')],
 'columns_found': ['a', 'b', 'c'],
 'columns_not_found': [],
 'columns_unmatched': ['d'],
 'columns_full_set': False,
 'columns_subset': False,
 'columns_matched_in_order': False,
 'columns_matched_any_order': False,
 'columns': {'a': {'colname_matched': True,
                   'index_matched': True,
                   'matched_to': 'a',
                   'dtype_present': True,
                   'dtype_input': ['String', 'Int64'],
                   'dtype_matched': True,
                   'dtype_multiple': True,
                   'dtype_matched_pos': 0},
             'b': {'colname_matched': True,
                   'index_matched': True,
                   'matched_to': 'b',
                   'dtype_present': True,
                   'dtype_input': ['Int64'],
                   'dtype_matched': True,
                   'dtype_multiple': False,
                   'dtype_matched_pos': 0},
             'c': {'colname_matched': True,
                   'index_matched': True,
                   'matched_to': 'c',
                   'dtype_present': True,
                   'dtype_input': ['Float64'],
                   'dtype_matched': True,
                   'dtype_multiple': False,
                   'dtype_matched_pos': 0},
             'd': {'colname_matched': False,
                   'index_matched': False,
                   'matched_to': None,
                   'dtype_present': True,
                   'dtype_input': ['String'],
                   'dtype_matched': False,
                   'dtype_multiple': False,
                   'dtype_matched_pos': None}}}