Skip to content

routier-collection


routier-collection / core/src / createStandardJsonSchemaProps

Function: createStandardJsonSchemaProps()

createStandardJsonSchemaProps<T>(compiledSchema): Props<InferCreateType<T>, InferType<T>>

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

Creates Standard JSON Schema V1 props for a compiled schema.

Type Parameters

T

T extends object

Parameters

compiledSchema

CompiledSchema<T>

Returns

Props<InferCreateType<T>, InferType<T>>

Released under the MIT License.