Currently getting parameter type is just based on type key and library is not aware of schema field. In fact it cannot do validation checks for complex-typed parameters.
For example:
parameters:
- name: entities
in: body
required: true
schema:
type: array
items:
$ref: "#/definitions/entity"
Currently getting parameter type is just based on
typekey and library is not aware ofschemafield. In fact it cannot do validation checks for complex-typed parameters.For example: