© 2026 Hedgehog Software, LLC
Schema.Struct({ test: Schema.optionalWith(Schema.String, { exact: true }), });
Schema.Struct({ test: Schema.optionalWith( Schema.String, { exact: true }, ).pipe(Schema.fromKey('test2')), });