php-schema2class
php-schema2class copied to clipboard
definitions / $defs support?
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? :)