rulvar API reference / @rulvar/rulvar / StandardJSONSchemaV1 / Options
Interface: Options
Defined in: packages/core/dist/index.d.ts
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/dist/index.d.ts |
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/dist/index.d.ts |