UNPKG

@redocly/openapi-core

Version:

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

6 lines (5 loc) 205 B
import type { Oas3Rule } from '../../visitors'; /** * Validation according to rfc7807 - https://datatracker.ietf.org/doc/html/rfc7807 */ export declare const Operation4xxProblemDetailsRfc7807: Oas3Rule;