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