rulvar API reference / @rulvar/rulvar / StandardJSONSchemaV1
Interface: StandardJSONSchemaV1<Input, Output>
Defined in: packages/core/dist/index.d.ts
The Standard JSON Schema interface.
Type Parameters
| Type Parameter | Default type |
|---|---|
Input | unknown |
Output | Input |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
~standard | readonly | Props<Input, Output> | The Standard JSON Schema properties. | packages/core/dist/index.d.ts |