rulvar API reference / @rulvar/core / StandardJSONSchemaV1
Interface: StandardJSONSchemaV1<Input, Output>
Defined in: packages/core/src/vendor/standard-schema.d.ts:93
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/src/vendor/standard-schema.d.ts:95 |