The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "schema": { "type": "//one" },

  "pass": {
    "bool": "*",
    "num" : "*",
    "str" : "*"
  },

  "fail": {
    "arr" : { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "null": { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } },
    "obj" : { "*": { "data": [ ], "check": [ ], "error": [ "type" ] } }
  }
}