UNPKG

@redocly/openapi-core

Version:

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

13 lines (12 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoLicenseUrl = void 0; const utils_1 = require("../utils"); const InfoLicenseUrl = () => { return { License(license, ctx) { (0, utils_1.validateDefinedAndNonEmpty)('url', license, ctx); }, }; }; exports.InfoLicenseUrl = InfoLicenseUrl;