Skip to main content

Validators

validators object[]
  • Array [
  • idstringrequired

    the id of the validator

    testsstring[]required

    items under test

    dependencies object

    Any dependencies that will be run before running this validator

    property name* string[]
  • Array [
  • string
  • ]
  • ]
  • Validators
    {
    "validators": [
    {
    "id": "string",
    "tests": [
    "string"
    ],
    "dependencies": {}
    }
    ]
    }