Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidationResult

Feedback format

Example:

{
  "errors": [
    {
      "path": ["$", "propery"],
      "value": "example"
    }
  ],
  "isValid": false
}

Hierarchy

  • IValidationResult

Index

Properties

Properties

errors

errors: IQueryResult[]

Any errors found

isValid

isValid: boolean

Overall validity status of document

Generated using TypeDoc