{'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': [('b', 'Int64'), ('a', ['Int64', 'String']), ('c', 'Float64')],
 'columns_found': ['a', 'b', 'c'],
 'columns_not_found': [],
 'columns_unmatched': [],
 'columns_full_set': True,
 'columns_subset': False,
 'columns_matched_in_order': False,
 'columns_matched_any_order': True,
 'columns': {'b': {'colname_matched': True,
                   'index_matched': False,
                   'matched_to': 'b',
                   'dtype_present': True,
                   'dtype_input': ['Int64'],
                   'dtype_matched': True,
                   'dtype_multiple': False,
                   'dtype_matched_pos': 0},
             'a': {'colname_matched': True,
                   'index_matched': False,
                   'matched_to': 'a',
                   'dtype_present': True,
                   'dtype_input': ['Int64', 'String'],
                   'dtype_matched': True,
                   'dtype_multiple': True,
                   'dtype_matched_pos': 1},
             '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}}}