# TODO: implement validate_input decorator # Should take a schema dict {field_name: expected_type} # Should validate the first argument of the decorated function # Raise ValueError on missing fields or wrong types