'data' =>
[ 'type' => 'array',
'items' =>
[ '$ref' => '#/components/schemas/' .
$schemaName,
],
],
],
],
],
],
]),
Response::HTTP_UNAUTHORIZED =>
$this->
getResponseRef((string) Response::HTTP_UNAUTHORIZED
),
],
]);
} private function getDetailPath(EntityDefinition
$definition): Get
{ $schemaName =
$this->
snakeCaseToCamelCase($definition->
getEntityName());
$tags =
[$this->
convertToHumanReadable($definition->
getEntityName())];
if ($experimental =
$this->
isExperimental($definition)) {