Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend apiBody so it would allow describe multi-level fields #1429

Open
IVoyt opened this issue Aug 24, 2023 · 1 comment
Open

extend apiBody so it would allow describe multi-level fields #1429

IVoyt opened this issue Aug 24, 2023 · 1 comment

Comments

@IVoyt
Copy link

IVoyt commented Aug 24, 2023

Feature request

The current version allows to describe only 1-level fields, e.g.

/**
 *
 * @apiBody {String} object.property Field description
 * /

My suggestion is to allow multi-level fields to be described with apiBody tag, e.g.

/**
 *
 * @apiBody {String} object.nestedObject.property Named nested object Field description
 * @apiBody {String} object.*.property Listed nested object Field description
 * /
@NicolasCARPi
Copy link
Collaborator

Hello,

Please take into account that there is nobody available to maintain this library. See #1436.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants