The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
  "schema": {
    "type": "//seq",
    "contents": [ { "type": "//int" }, { "type": "//int" } ]
  },

  "fail": {
    "arr"  : {
      "0-str-3": {
        "errors":
          [
           { "data": [ 1 ], "check": [ "contents", 1 ], "error": [ "type" ] },
           { "data": [   ], "check": [               ], "error": [ "size" ] }
          ]
      }
    }
  }
}