Hi i using VSCode XML redhat extension and schemas from http://sdformat.org/schemas/root.xsd to get SDF validation and code complete https://github.com/redhat-developer/vscode-xml/blob/main/docs/Validation.md#validation-with-xsd-grammar ``` <sdf version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sdformat.org/schemas/root.xsd"> ``` It's work very nice but the the schema in http://sdformat.org/schemas/root.xsd are out dated   I read the issue #2 and #138. Is it possible to update the schema. Can i contribute to maintain the schema