Phillip Simonds

Results 8 comments of Phillip Simonds

This ticket was opened to investigate the use of schema enforcer in the way specified above. Schema Enforcer uses the python `jsonschema` library on the back end which may already...

Hi all! I wrote a decorator to do custom validation on fields and args when a method is called. Pydantic does custom validation of fields at object instantiation, which works...

I like the idea and think this makes a ton of sense.

This is a great idea, moves complexity away from the user.

Doc strings have been updated to adhere to pydocstyle, but there are still some instances where pydocstyle isn't catching undefined arguments or unclear input types (e.g. one of the docstrings...

Brilliant, thank you for the input! I'll work something up :).

@jvanderaa I think we'll need a new issue for this as the string representing the error wouldn't change per this issue.

I agree -- I like option 2, it maps features supported by `schema-enforcer` declaratively rather than leaving the user guessing. I'll throw a PR together on this and include some...