Skip to content

Commit

Permalink
Addressing usnistgov/OSCAL#902 thanks for finding this bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez authored and david-waltermire committed May 19, 2021
1 parent 6e160e3 commit 4b520a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/xslt-M4/schema-gen/make-json-schema-metamap.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<xsl:template match="/METASCHEMA" expand-text="true">
<map>
<string key="$schema">http://json-schema.org/draft-07/schema#</string>
<string key="$id">{ namespace }-schema.json</string>
<string key="$id">{ namespace }-schema/{ short-name }-schema.json</string>
<xsl:for-each select="schema-name">
<string key="$comment">{ . }: JSON Schema</string>
</xsl:for-each>
Expand Down

0 comments on commit 4b520a5

Please sign in to comment.