parameters property Null safety
read / write
A list of parameters that are applicable for this operation.
If a parameter is already defined at the Path Item, the definition will override it but can never remove it. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link to parameters that are defined at the OpenAPI Object's components/parameters.
Implementation
List<APIParameter?>? parameters;