-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pydantic models for input and output? #39
Comments
Hello @hklarner, I'm going to assume that the idea here is to do validation against the JSON input and output. Specially for input, that would be quite useful, as it can give much better client side validation even if the execution is server side. Not that it is a huge jub, but I haven't gotten around to porting JSON I/O to the Python interface. But when I do, adding something like this is a good idea. I'll keep this issue open for when I get to to that task. Related to: #5. |
Hi @jonathf |
Eventually, of course, I can use |
Yeah, sounds like you would benefit a lot from the python interface. |
Is there a place somewhere to keep pydantic models of vroom input and output? I need them anyways so I thought I could share them. Looks something like this:
The text was updated successfully, but these errors were encountered: