api-platform / schema-generator

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

fix(schemaorg): Enumeration type detection improved #401

Closed stiivo closed 1 year ago

stiivo commented 1 year ago

Enumeration type detection improved by traversing the graph and checking if one of the parent elements is of type schema.org/Enumeration

Q A
Branch? main
Tickets #400
License MIT
Doc PR
alanpoulain commented 1 year ago

Thanks for the PR :slightly_smiling_face:

You would want to add some tests too (E2E and/or unit).

dunglas commented 1 year ago

Thanks @stiivo