Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

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
Contributor

Hello,

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

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

No branches or pull requests

2 participants