Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / StandardJSONSchemaV1 / Converter

Interface: Converter

Defined in: packages/core/dist/index.d.ts

The Standard JSON Schema converter interface.

Properties

PropertyModifierTypeDescriptionDefined in
inputreadonly(options) => Record<string, unknown>Converts the input type to JSON Schema. May throw if conversion is not supported.packages/core/dist/index.d.ts
outputreadonly(options) => Record<string, unknown>Converts the output type to JSON Schema. May throw if conversion is not supported.packages/core/dist/index.d.ts