API Platform version(s) affected: 4.2.2
Description
With output: false on a Post operation on a resource the documentation points to owl:Nothing and that leads to a failure on the React Admin documentation parsing.
How to reproduce
Set Operation output to false. In my situation the input is a DTO command and messenger is set to true.
Possible Solution
This likely relates to \ApiPlatform\Hydra\Serializer\DocumentationNormalizer::getHydraOperation based on the $outputClass, and owl:Nothing not being defined in the documentation yet.
Additional Context

API Platform version(s) affected: 4.2.2
Description
With
output: falseon a Post operation on a resource the documentation points toowl:Nothingand that leads to a failure on the React Admin documentation parsing.How to reproduce
Set Operation
outputtofalse. In my situation theinputis a DTO command andmessengeris set totrue.Possible Solution
This likely relates to
\ApiPlatform\Hydra\Serializer\DocumentationNormalizer::getHydraOperationbased on the $outputClass, andowl:Nothingnot being defined in the documentation yet.Additional Context