rulvar API reference / @rulvar/core / StandardJSONSchemaV1 / Options
Interface: Options
Defined in: packages/core/src/vendor/standard-schema.d.ts:119
The options for the input/output methods.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
libraryOptions? | readonly | Record<string, unknown> | Explicit support for additional vendor-specific parameters, if needed. | packages/core/src/vendor/standard-schema.d.ts:123 |
target | readonly | Target | Specifies the target version of the generated JSON Schema. Support for all versions is on a best-effort basis. If a given version is not supported, the library should throw. | packages/core/src/vendor/standard-schema.d.ts:121 |