Skip to content

routier-collection


routier-collection / core/src / StandardJSONSchemaV1 / Props

Interface: Props<Input, Output> ​

Defined in: core/src/schema/utils/standardJsonSchema.ts:34

Extends ​

Type Parameters ​

Input ​

Input = unknown

Output ​

Output = Input

Properties ​

version ​

readonly version: 1

Defined in: core/src/schema/utils/standardJsonSchema.ts:18

Inherited from ​

Props.version


vendor ​

readonly vendor: string

Defined in: core/src/schema/utils/standardJsonSchema.ts:19

Inherited from ​

Props.vendor


types? ​

readonly optional types: Types<Input, Output>

Defined in: core/src/schema/utils/standardJsonSchema.ts:20

Inherited from ​

Props.types


jsonSchema ​

readonly jsonSchema: Converter

Defined in: core/src/schema/utils/standardJsonSchema.ts:36

Released under the MIT License.