Hey there,
I'm working on https://github.com/csaf-rs/ssvc as part of the CSAF rust ecosystem.
For our implementation, we need the up-to-date registered / reserved namespaces, which are currently provided through a) the documentation and b) the namespaces.py NameSpace enum. Parsing both is possible, but cumbersome and will have to be re-implemented by other implementers in this space.
I propose to move the namespaces into a seperate JSON file(s), which then are parsed by the python impl and can be easily diffed and parsed by other implementers.
If this aligns with your vision for the project, give me a heads up, I'd be happy to tinker on some JSON schema + files for this 👍
Hey there,
I'm working on https://github.com/csaf-rs/ssvc as part of the CSAF rust ecosystem.
For our implementation, we need the up-to-date registered / reserved namespaces, which are currently provided through a) the documentation and b) the namespaces.py NameSpace enum. Parsing both is possible, but cumbersome and will have to be re-implemented by other implementers in this space.
I propose to move the namespaces into a seperate JSON file(s), which then are parsed by the python impl and can be easily diffed and parsed by other implementers.
If this aligns with your vision for the project, give me a heads up, I'd be happy to tinker on some JSON schema + files for this 👍