@traversable/schema
    Preparing search index...
    fromJsonSchema: <S extends JsonSchema.JsonSchema>(term: S) => t_LowerBound = ...

    Recursively convert a JSON schema into a traversable schema.

    Roundtrip property:

    Thoroughly tested using randomly generated schemas to be invertible when paired with toJsonSchema without any loss of information.

    Type declaration