rulvar API reference / @rulvar/core / StandardJSONSchemaV1 / Converter
Interface: Converter
Defined in: packages/core/src/vendor/standard-schema.d.ts:104
The Standard JSON Schema converter interface.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
input | readonly | (options) => Record<string, unknown> | Converts the input type to JSON Schema. May throw if conversion is not supported. | packages/core/src/vendor/standard-schema.d.ts:106 |
output | readonly | (options) => Record<string, unknown> | Converts the output type to JSON Schema. May throw if conversion is not supported. | packages/core/src/vendor/standard-schema.d.ts:108 |