* "reportList"={
* "method"="post",
* "path"="/report/list",
* "controller"=ReportListAction::class,
* "defaults"={"_api_receive"=false},
* "swagger_context" = {
* "parameters"={
* {
* "name" = "body",
* "in" = "body",
* "required" = "false",
* "example" = [xyz,xyz]
* }
*
* },
我想知道在示例中将数组值放入参数的语法。
我想展示使用它来生成摇摇欲坠的合约。