Skip to content

Integrate jsonschema into Payload (or subclass?) #30

@harlowja

Description

@harlowja

Typically if u have a raw payload that is a known json blob/payload it is very much desireable to be able to ensure that payload matches a known schema before more field reading/consumption occurs (aka, right after a payload gets read, validate it as being valid/invalid and throw a matching exception); naturally for json blobs https://python-jsonschema.readthedocs.org/en/latest/ makes this really easy so it might be nicer to have tighter integration natively built-in to suitecase?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions