**{{texts.parameters}}**
| {{texts.parameter}} | {{texts.parameter_location}} | {{texts.type}} | {{texts.default}} | {{texts.nullable}} | {{texts.description}} |
|---|---|---|---|---|---|
{{param.name}} |
{{param.in}} | {{get_type_display(read_dict(param, "schema", "type"))}} | {{read_dict(param, "schema", "default", default="")}} | {{texts.get_yes_no(is_nullable_schema(read_dict(param, "schema") or {}))}} | {{read_dict(param, "description", default="")}} |