UNPKG

sirenlint

Version:

A lint tool for validating Siren (http://sirenspec.org).

7 lines (5 loc) 181 B
const WARNINGS = { MISSING_SELF_LINK: 'Entity is missing a link with a `self` relation', UNKNOWN_FIELD: 'Field `type` attribute value is unknown' }; module.exports = WARNINGS;