I think it would be useful to enable codebase for extensions e.g., to be able to provide own ajv validator or an instance of determiner.
To my understanding determiner logic is responsible for augmenting the source schema and example extraction.
Thus having the ability to provision augmentation logic and / or ajv instance could help to realize some more complex jet bespoke use cases like: handling noAdditional properties for complex schemas (using unevaluated Properties), support for readOnly/writeOnly etc.
I think it would be useful to enable codebase for extensions e.g., to be able to provide own ajv validator or an instance of determiner.
To my understanding determiner logic is responsible for augmenting the source schema and example extraction.
Thus having the ability to provision augmentation logic and / or ajv instance could help to realize some more complex jet bespoke use cases like: handling noAdditional properties for complex schemas (using unevaluated Properties), support for readOnly/writeOnly etc.