© 2026 Hedgehog Software, LLC
partial
optionalWith(..., { as: "Option" });
let S1 = Schema.Struct({ foo: Schema.optionalWith(Schema.String, {as: "Option"}) }); let S1P = Schema.partial(S1);