Skip to content

Commit

Permalink
$schema toegevoegd in json schema
Browse files Browse the repository at this point in the history
Bugfix.
  • Loading branch information
arjan authored and arjan committed Oct 28, 2024
1 parent 0916c26 commit ec01d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsl/JsonSchemaCompiler/EP2Json2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<xsl:variable name="bp-req-code-list-encodings" select="imf:get-ep-parameter(/ep:group,'bp-req-code-list-encodings')"/>
<xsl:variable name="bp-req-additional-requirements-classes" select="imf:get-ep-parameter(/ep:group,'bp-req-additional-requirements-classes')"/>

<xsl:variable name="bp-metaschema-url" select="imf:get-ep-parameter(/ep:group,'bp-meta-schema-url')"/>
<xsl:variable name="bp-metaschema-url" select="imf:get-ep-parameter(/ep:group,'bp-metaschema-url')"/>

<xsl:variable name="schema-tv-id">{imf:get-ep-parameter(/ep:group,'json-id')}</xsl:variable>
<xsl:variable name="schema-gen-id">{imf:get-ep-parameter(/ep:group,'namespace')}/{imf:get-ep-parameter(/ep:group,'version')}/{imf:get-ep-parameter(/ep:group,'release')}</xsl:variable>
Expand Down

0 comments on commit ec01d50

Please sign in to comment.