© 2026 Hedgehog Software, LLC
{ nested: { foo: "bar" // string } }
{ baz: "bar" // string }
Schema.Struct({ baz: Schema.propertySignature(Schema.String).pipe( Schema.fromKey("nested", "foo") ) })