-
-
Notifications
You must be signed in to change notification settings - Fork 962
Add support for hydra:manages #2827
Copy link
Copy link
Open
api-platform/api-doc-parser
#174Description
See HydraCG/Specifications#195.
We should also be able to remove remove this now useless block:
core/src/Hydra/Serializer/DocumentationNormalizer.php
Lines 104 to 109 in 345612c
| [ | |
| 'owl:equivalentClass' => [ | |
| 'owl:onProperty' => ['@id' => 'hydra:member'], | |
| 'owl:allValuesFrom' => ['@id' => $prefixedShortName], | |
| ], | |
| ], |
https://github.com/api-platform/api-doc-parser must also be patched.
Reactions are currently unavailable