Skip to content

[Bug]: @query format does not accept deepObject #4440

Description

Describe the bug

According to this page in the documentation the format parameter of @query decorator is mapped to the style field of OpenAPI parameters.

However, according to this page deepObject is not a valid value (which kinda makes sense, since it's OpenAPI specific)

I coudln't find any other way to set style on an OpenAPI parameter.

Reproduction

model QueryParams {
    @query(#{format: "deepObject"})
    filter: Record<string>;
}

Checklist

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions