UNPKG

@redocly/openapi-core

Version:

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

13 lines (12 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.preprocessors = exports.rules = void 0; const assertions_1 = require("../common/assertions"); const info_contact_1 = require("../common/info-contact"); const struct_1 = require("../common/struct"); exports.rules = { 'info-contact': info_contact_1.InfoContact, struct: struct_1.Struct, assertions: assertions_1.Assertions, }; exports.preprocessors = {};