UNPKG

@redocly/openapi-core

Version:

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

14 lines 466 B
import { validateDefinedAndNonEmpty } from '../utils.js'; export const OperationDescription = () => { return { Operation(operation, ctx) { validateDefinedAndNonEmpty({ fieldName: 'description', value: operation, ctx, reference: 'https://redocly.com/docs/cli/rules/oas/operation-description', }); }, }; }; //# sourceMappingURL=operation-description.js.map