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