p:validate-with-json-schema 009 (AB)
Test is expected to fail with error code err:XC0163.
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>
<p:with-input href="../documents/valid.json"/>
<p:with-input port="schema">
<p:inline content-type="application/json">
{{"$schema": "https://this-is-an-unsupported-schema-version"}}
</p:inline>
</p:with-input>
</p:validate-with-json-schema>
</p:declare-step>
Revision history
- 02 Nov 2024, Achim Berndzen
Clarifying test's point. - 04 Sep 2022, Achim Berndzen
Initial commit