jehrlich

Results 2 issues of jehrlich

Quantity constructors taking String input are not tolerant of extra whitespace at beginning or end, such that `Volume("3 ml")` parses correctly but `Volume("3 ml ")` fails. It seems this could...

2.x

Documentation at https://swagger.io/docs/specification/v3_0/data-models/inheritance-and-polymorphism/ includes this text: ``` Mapping Type Names It is implied, that the property to which discriminator refers, contains the name of the target schema. In the example...