Do you have, or are you able to produce JSON schema (in the sense of http://json-schema.org/) for the objects that provide configuration to the KendoUI controls?
2 Answers, 1 is accepted
0
Neli
Telerik team
answered on 11 Oct 2017, 03:43 PM
Hi Richard,
I am afraid that we could not provide you such schema and we could not suggest you a reliable tool that could help on producing it.
The information about the configuration objects of each widget could be found only in the way they are in the API documentation.
What I could suggest you, if applicable, is to use the TypeScript definitions of Kendo UI. They could be downloaded from your Telerik profile from the your Telerik account. After the kendoui.for.jquery.zip folder is uncompressed, you will find the 'typescript' folder with the definitions.
I hope that these files will help you to generate the JSON schema according to your needs.