Closed
Description
This schema is currently supported in the validator utility.
This issue will add the schema to the parser utility and a new envelope.
The envelope will base64 decode the user data and if a model input was given, will also parse the decoded string as a pydantic BaseModel or string.
This will allow full parsing and message extraction by using only one decorator.
If you dont supply a model, the data type of the extracted data is bytes (not base64 encoded string).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Triage