UNPKG

swagger-endpoint-validator

Version:

A validator of API endpoints to check that input and output match with the swagger specification for the API

10 lines (8 loc) 133 B
const SUPPORTED_FORMATS = { JSDOC: 'jsdoc', YAML: 'yaml', YAML_JSDOC: 'yaml_jsdoc', }; module.exports = { SUPPORTED_FORMATS, };