You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 2 we're using YAML. The XML-based channel lineup will be removed from in favor of a new data schema that will be documented in the repository. Some YAML schemas and validators exist, and this issue should attempt to try making use of one, perhaps utilizing a plugin in Visual Studio Code to make sure everything is correct. Validation occurs in the app too to some extent, throwing errors if we encounter malformed configuration files.
zshall
changed the title
Validate all XML against a schema (XSD)
Validate all YAML against a schema
Mar 1, 2024
You can use xsd.exe to create an initial schema, and then tweak it by hand if necessary. Typically, the schema created by xsd.exe is close, but not perfect. https://msdn.microsoft.com/en-us/library/x6c1kb0s(v=vs.110).aspx
Would recommend adding a gulp build/watch task to do the actual validation.
The text was updated successfully, but these errors were encountered: