UNPKG

@openactive/data-model-validator

Version:

A library to allow a developer to validate a JSON document against the OpenActive Modelling Opportunity Specification

9 lines (7 loc) 187 B
const ValidationErrorSeverity = Object.freeze({ FAILURE: 'failure', WARNING: 'warning', NOTICE: 'notice', SUGGESTION: 'suggestion', }); module.exports = ValidationErrorSeverity;