property OpenApiServiceOptions.schemas

Pre-registered schemas from other plugins.

Type

readonly { readonly name: string; readonly schema: unknown; }[]

Usage

import { type OpenApiServiceOptions } from "openapi-plugin/src/index.ts";