UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

18 lines 604 B
export const NoCriteriaXpath = () => { return { CriterionObject: { enter(criteria, { report, location }) { if (!criteria.type) { return; } if (criteria?.type?.type === 'xpath' || criteria?.type === 'xpath') { report({ message: 'The `xpath` type criteria is not supported by Respect.', location: location.child(['type']), }); } }, }, }; }; //# sourceMappingURL=no-criteria-xpath.js.map