{'passed': True,
 'params': {'complete': True,
            'in_order': True,
            'case_sensitive_colnames': True,
            'case_sensitive_dtypes': True,
            'full_match_dtypes': False},
 'target_schema': [('a', 'String'), ('b', 'Int64'), ('c', 'Float64')],
 'expect_schema': [('a', 'str'), ('b', 'int'), ('c', 'float')],
 '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': True,
                   'dtype_input': ['str'],
                   'dtype_matched': False,
                   'dtype_multiple': False,
                   'dtype_matched_pos': None},
             'b': {'colname_matched': True,
                   'index_matched': True,
                   'matched_to': 'b',
                   'dtype_present': True,
                   'dtype_input': ['int'],
                   'dtype_matched': False,
                   'dtype_multiple': False,
                   'dtype_matched_pos': None},
             'c': {'colname_matched': True,
                   'index_matched': True,
                   'matched_to': 'c',
                   'dtype_present': True,
                   'dtype_input': ['float'],
                   'dtype_matched': False,
                   'dtype_multiple': False,
                   'dtype_matched_pos': None}}}