Skip to content
Snippets Groups Projects

Resolve "Update project to validate against XSD"

Merged Ryan Rumbaugh requested to merge 274-update-project-to-validate-against-xsd into master
2 files
+ 296
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
0
# Metadata
Publicly available service provider (SP)metadata for Nebraska identity providers (IdP's).
In order to validate XSD your VS Code settings.json file needs to include:
```json
"xml.fileAssociations": [
{
"pattern": "nefed.xml",
"systemId": "docs.oasis-open.org_security_saml_v2.0_saml-schema-metadata-2.0.xsd"
}
],
```
assuming you have the RedHat XML extension (which you should).
\ No newline at end of file
Loading