effect-io-ai

Package: effect
Module: Schema

Schema.toStandardJSONSchemaV1

Converts a schema to an experimental Standard JSON Schema V1 representation.

Details

https://github.com/standard-schema/standard-schema/pull/134

Signature

declare const toStandardJSONSchemaV1: <S extends Constraint>(self: S) => StandardJSONSchemaV1<S["Encoded"], S["Type"]> & S

Source

Since v4.0.0