api-platform / api-doc-parser

Transforms a Hydra API doc in an intermediate representation that can be used for various tasks such as creating smart API clients, scaffolding code or building administration interfaces.
MIT License
104 stars 71 forks source link

[Hydra] Add correct types for Hydra #92

Closed alanpoulain closed 3 years ago

alanpoulain commented 3 years ago

There is no correct types for Hydra / JSON-LD documentation like OpenAPI (https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types). It would be great to create and use types for it (and would prevent too much type casting).