msosnicki
msosnicki
@hpmellema Will it also support the following case? ```smithy @trait structure MyTrait { union: MyUnion } union MyUnion { option1: String option2: Integer } ``` During decoding, it would work...
I can have a look into it. But first I would like to clarify the behavior. Going with glob patterns, it would mean that we have: * `a.b.**` - matches...
Had a brief look, looks like alloy will also have to be involved https://github.com/disneystreaming/alloy/blob/6ac81f362362ea48165c07589021181e484f10ec/modules/openapi/src/alloy/openapi/package.scala#L33 I wonder why it only takes the `allowedNS` param, and the `excludedNS` is ignored in openapi...
I can have a look into it
Wondering how this feature should interact with the `@refinement`. Currently we have `ValidatedNewtype[A] ` that defines `def apply(a: A): Either[String, Type]` - this is doing all the validation work, with...