Skip to content

Multiple types support for parameters #401

@buremba

Description

@buremba

I have a parameter that can be more than one type. (Consider an endpoint that takes an arbitrary key (string) and value (string, number or boolean) parameters and store them in a database.) It seems "parameter" object requires "type" field name and the value of "type" field must be one of "string", "number", "integer", "boolean", "array" or "file". Currently, I'm stuck with this problem since there's no workaround.

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