Skip to content

Commit e3e48e9

Browse files
author
Jamie Hannaford
committed
handle itemSchema error
1 parent 1e58577 commit e3e48e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api-docs/template/sub_param_macros.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{{ _self.iterate_sub_params(sub_param.properties, 'false', full_name) }}
2727
{% endif %}
2828
{% elseif sub_param.type == 'array' %}
29-
{% if sub_params.itemSchema is null %}
29+
{% if sub_param.itemSchema is null %}
3030
{% set type = 'array' %}
3131
{% else %}
3232
{% set subType = sub_param.itemSchema.type %}

0 commit comments

Comments
 (0)