property OpenApiOperation.x-setu-unrepresentable
Since 0.1.0-alpha.10

Machine-readable vendor extension naming the schema nodes on THIS operation the transformer could not represent (a zod z.date() field, for example). Each entry names the operation (at) and why (reason). The node itself still degrades to an empty schema — never a throw — so a single unrepresentable field cannot take down /openapi.json. Absent when empty.

Type

readonly { readonly at: string; readonly reason: string; }[]

Usage

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