Re: [RFC v1 0/1] dts: separate allowed values from json schema

2024-09-10 Thread Juraj Linkeš
On 7. 8. 2024 17:01, Luca Vizzarro wrote: Hi Nicholas, Thank you for the proposal. The way I see it is that JSON schema can be very developer unfriendly to read, therefore I would not rely on it for this purpose. Adding $refs as well could start making it more complicated for this purpose.

Re: [RFC v1 0/1] dts: separate allowed values from json schema

2024-08-07 Thread Luca Vizzarro
Hi Nicholas, Thank you for the proposal. The way I see it is that JSON schema can be very developer unfriendly to read, therefore I would not rely on it for this purpose. Adding $refs as well could start making it more complicated for this purpose. It's helpful for structuring and maintaining

[RFC v1 0/1] dts: separate allowed values from json schema

2024-08-07 Thread Nicholas Pratte
I started discussions with Juraj about potentially taking all of the 'test_suite' enums in the framework's json schema and putting them into its own smaller json file that can easily be referenced. The thought being that doing so might make it easier for outside developers to navigate when writing