Features: p-validate-with-json-schema

p:validate-with-json-schema 007 (AB)

Tests p:validate-with-json-schema: Error raised by unsupported report-format.

Test is expected to fail with error code err:XC0117.

The pipeline

<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
   <p:output port="result"/>
   <p:validate-with-json-schema report-format="not-supported-format">
      <p:with-input href="../documents/valid.json"/>
      <p:with-input port="schema"
                    href="../documents/schema.json"/>
   </p:validate-with-json-schema>
</p:declare-step>

Revision history

04 Sep 2022, Achim Berndzen
Initial commit