eNeRGy164 / LivingDocumentation

Generate documentation based on your dotnet source code!
MIT License
54 stars 8 forks source link

Added schema validation for generated json. #69

Closed Ali-chakaroun closed 1 month ago

Ali-chakaroun commented 9 months ago

Hello, We are the Utwente team working on this project, as mentioned before we planned on adding the Json schema and validating the Json generated before saving it, similarly to how we set it up in the java version https://github.com/Ali-chakaroun/ISEP-LivingDocumentation. The idea is to validate that the generated Json adheres to the schema if it does then the system outputs the Json for the user else it will display an error message.

eNeRGy164 commented 1 month ago

Hi @Ali-chakaroun, implemented in https://github.com/dendrodocs/dotnet-tool/pull/14. Thanks!