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