Skip to content

rulvar API reference


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

PropertyModifierTypeDescriptionDefined in
libraryOptions?readonlyRecord<string, unknown>Explicit support for additional vendor-specific parameters, if needed.packages/core/src/vendor/standard-schema.d.ts:123
targetreadonlyTargetSpecifies 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