Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / StandardJSONSchemaV1 / Props

Interface: Props<Input, Output>

Defined in: packages/core/src/vendor/standard-schema.d.ts:99

The Standard JSON Schema properties interface.

Extends

  • Props<Input, Output>

Type Parameters

Type ParameterDefault type
Inputunknown
OutputInput

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
jsonSchemareadonlyConverterMethods for generating the input/output JSON Schema.-packages/core/src/vendor/standard-schema.d.ts:101
types?readonlyTypes<Input, Output>Inferred types associated with the schema.StandardTypedV1.Props.typespackages/core/src/vendor/standard-schema.d.ts:23
vendorreadonlystringThe vendor name of the schema library.StandardTypedV1.Props.vendorpackages/core/src/vendor/standard-schema.d.ts:21
versionreadonly1The version number of the standard.StandardTypedV1.Props.versionpackages/core/src/vendor/standard-schema.d.ts:19