Package: effect
Module: Schema
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
Since v4.0.0