Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propose update to SARIF Metaschema module ns and JSON base URI #1

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions sarif/sarif-module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
<schema-name>SARIF Metaschema Module</schema-name>
<schema-version>0.1.0</schema-version>
<short-name>sarif</short-name>
<!-- TODO: Do we want to have 1:1 overlap with SARIF? I am not sure. -->
<namespace>https://json.schemastore.org/sarif/2.1.0</namespace>
<!-- TODO: Ditto here, this is the URL for the official spec release version. -->
<json-base-uri>https://json.schemastore.org/sarif-2.1.0.json</json-base-uri>
<namespace>https://docs.oasis-open.org/sarif/sarif/v2.1.0</namespace>
<json-base-uri>https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.json</json-base-uri>
<define-field name="version">
<formal-name>SARIF Model Version</formal-name>
<description>The version of the SARIF Model used for conforming instances.</description>
Expand Down Expand Up @@ -515,4 +513,4 @@
<p>Note, Metaschema does not support an anonymous top-level assembly without a key name in JSON and YAML, which is required for SARIF.</p>
</remarks>
</define-assembly>
</METASCHEMA>
</METASCHEMA>