UNPKG

@redocly/openapi-core

Version:

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

13 lines 382 B
import { validateDefinedAndNonEmpty } from '../utils.js'; export const OperationOperationId = () => { return { Root: { PathItem: { Operation(operation, ctx) { validateDefinedAndNonEmpty('operationId', operation, ctx); }, }, }, }; }; //# sourceMappingURL=operation-operationId.js.map