Adds remaining json schemas, refactored docs-generator#342
Adds remaining json schemas, refactored docs-generator#342romanziske wants to merge 2 commits intosigmf:mainfrom
Conversation
|
Nice!!! According to https://ajv.js.org/guide/schema-language.html#draft-07-and-draft-06 we are probably better with draft 7 like you changed it to. I looked at the compiled_docs.zip that the github action generated, and it looks pretty good. |
I think it was me to initiated the use of draft-2020-12, and I think it might be worth sticking with if someone is actually going to define a type (once) that would be used to setup I attempted to build the docs, but failed on ubuntu 22.04 (ok, I need to upgrade). My intent is to review the changes based on those docs, instead of trying to parse these auto-generated changes, which is a great thing. |
This pr finally finished adding the remaining SigMF extensions as JSON schemas.
I also let GPT-o3 refactor the docs-generators, added support for all extension and fixed some bugs (now all links and refs should work).