<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<TestStepReport xmlns="http://www.gitb.com/tr/v1/" xmlns:ns2="http://www.gitb.com/core/v1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="TAR">
    <date>2020-05-19T14:51:04.145+02:00</date>
    <result>FAILURE</result>
    <counters>
        <nrOfAssertions>0</nrOfAssertions>
        <nrOfErrors>1</nrOfErrors>
        <nrOfWarnings>0</nrOfWarnings>
    </counters>
    <context type="map">
        <ns2:item embeddingMethod="STRING" name="contentToValidate" type="string">
            <ns2:value>{
  "shipTo": {
    "name": "John Doe",
    "street": "Europa Avenue 123",
    "city": "Brussels",
    "zip": 1000
  },
  "billTo": {
    "name": "Jane Doe",
    "street": "Europa Avenue 210",
    "city": "Brussels",
    "zip": 1000
  },
  "orderDate": "2020-01-22",
  "comment": "Send in one package please",
  "items": [
    {
      "partNum": "XYZ-123876",
      "productName": "Mouse",
      "quantity": 20,
      "priceEUR": 15.99,
      "comment": "Confirm this is wireless"
    },
    {
      "partNum": "ABC-32478",
      "productName": "Keyboard",
      "quantity": 15,
      "priceEUR": 25.50
    }
  ]
}</ns2:value>
        </ns2:item>
    </context>
    <reports>
        <error xsi:type="BAR">
            <description>The array must have at least 10 element(s), but actual number is 2.</description>
            <location>contentToValidate:30:3</location>
        </error>
    </reports>
</TestStepReport>
