php-schema2class icon indicating copy to clipboard operation
php-schema2class copied to clipboard

definitions / $defs support?

Open simivar opened this issue 1 year ago • 3 comments

I will start with the fact that I love the library and the codebase! I am trying to apply it to a codebase with over 200 json schemas. For some of them I noticed that it did not create the classes properly. After investigation I saw that those JSON Schemas use the definitions part, like shown here. It seems that the library does not support $defs / definitions, is that correct? If yes, what do you think about adding it? How complicated would it be? Any tips if I would like to work on it? :)

simivar avatar Oct 22 '24 08:10 simivar