routier-collection / core/src / StandardJSONSchemaV1 / Props
Interface: Props<Input, Output>
Defined in: core/src/schema/utils/standardJsonSchema.ts:34
Extends
Props<Input,Output>
Type Parameters
Input
Input = unknown
Output
Output = Input
Properties
version
readonlyversion:1
Defined in: core/src/schema/utils/standardJsonSchema.ts:18
Inherited from
vendor
readonlyvendor:string
Defined in: core/src/schema/utils/standardJsonSchema.ts:19
Inherited from
types?
readonlyoptionaltypes:Types<Input,Output>
Defined in: core/src/schema/utils/standardJsonSchema.ts:20
Inherited from
jsonSchema
readonlyjsonSchema:Converter
Defined in: core/src/schema/utils/standardJsonSchema.ts:36