justOne, fix

This commit is contained in:
2021-11-30 19:16:32 +01:00
parent 3647d859e8
commit 10f93149bf
2 changed files with 3 additions and 5 deletions

View File

@ -90,8 +90,6 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: "#/components/schemas/productionOrder"
404:
description: No such productionOrder entries available

View File

@ -100,9 +100,9 @@ $operation['statement']#slurp
#end if
", #slurp
#if $operation['isList']
true, #slurp
#else
false, #slurp
#else
true, #slurp
#end if
#if $operation['bodyInputType']
$operation['bodyInputType']['apiName']#slurp