@redocly/openapi-core
Version:
See https://github.com/Redocly/openapi-cli
13 lines (12 loc) • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoLicenseUrl = void 0;
const utils_1 = require("../utils");
const InfoLicenseUrl = () => {
return {
License(license, ctx) {
utils_1.validateDefinedAndNonEmpty('url', license, ctx);
},
};
};
exports.InfoLicenseUrl = InfoLicenseUrl;