Skip to content

rulvar API reference


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

Interface: Props<Input, Output>

Defined in: packages/core/dist/index.d.ts

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/dist/index.d.ts
types?readonlyTypes<Input, Output>Inferred types associated with the schema.StandardTypedV1.Props.typespackages/core/dist/index.d.ts
vendorreadonlystringThe vendor name of the schema library.StandardTypedV1.Props.vendorpackages/core/dist/index.d.ts
versionreadonly1The version number of the standard.StandardTypedV1.Props.versionpackages/core/dist/index.d.ts