toolmark-monorepo / @toolmark/core / StandardJSONSchemaV1 / Props
Interface: Props<Input, Output>
Defined in: packages/core/src/standard-schema.ts:107
The Standard JSON Schema properties interface.
Extends
Props<Input,Output>
Type Parameters
Input
Input = unknown
Output
Output = Input
Properties
jsonSchema
readonlyjsonSchema:Converter
Defined in: packages/core/src/standard-schema.ts:109
Methods for generating the input/output JSON Schema.
types?
readonlyoptionaltypes?:Types<Input,Output>
Defined in: packages/core/src/standard-schema.ts:28
Inferred types associated with the schema.
Inherited from
vendor
readonlyvendor:string
Defined in: packages/core/src/standard-schema.ts:26
The vendor name of the schema library.
Inherited from
version
readonlyversion:1
Defined in: packages/core/src/standard-schema.ts:24
The version number of the standard.