cchartr

Results 2 comments of cchartr

@rhelms Here's what I understand: The `Object` validator already has a `required` property, which represents a list of required fields: https://github.com/encode/apistar/blob/master/apistar/validators.py#L329 https://github.com/encode/apistar/blob/master/apistar/validators.py#L377 For `Types`, it seems this list is based...

I have suggested a correction in PR #582 .