Add msgspec struct mechanism based validation to arguments of action #29
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
msgspec offer a struct mechanism which looks like dataclasses, which can also generate JSON schema.
For avid users of msgspec, this may be beneficial that they write their validation in msgspec structures.
Possible steps
BaseSchemaValidator
) for msgspec based validation which is similar to JSON schema validationEventLoop
for validationThe text was updated successfully, but these errors were encountered: