The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "schema": {
    "type": "//any",
    "of": [ "//bool", "//nil" ]
  },

  "pass": {
    "bool": "*",
    "null": "*"
  },

  "fail": {
    "arr" : { "*": { "error": [ "none" ], "data": [ ], "check": [ ] } },
    "num" : { "*": { "error": [ "none" ], "data": [ ], "check": [ ] } },
    "obj" : { "*": { "error": [ "none" ], "data": [ ], "check": [ ] } },
    "str" : { "*": { "error": [ "none" ], "data": [ ], "check": [ ] } }
  }
}