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