api-platform / schema-generator

PHP Model Scaffolding from Schema.org and other RDF vocabularies
https://api-platform.com/docs/schema-generator/
MIT License
458 stars 108 forks source link

feat(openapi): improve type detection #399

Closed alanpoulain closed 1 year ago

alanpoulain commented 1 year ago

Introduce type classes in order to represent array and composite types.

Manage correctly allOf and oneOf keywords.

Fixes https://github.com/api-platform/schema-generator/issues/397.