Skip to content

Nullable Request #11

@endersoncosta

Description

@endersoncosta

Maybe we can change the schema validation to add a option in request structure, to inform that the value can be null or undefined and our steps will treat this...

like this:
request: { id: !Number }

or like this:
request: { id: Number || undefined }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions