File size: 214 Bytes
a5c1fa0
 
 
 
1
2
3
4
5
# 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