Sholto

Results 3 issues of Sholto

When an object is extended and that objected has a discriminator, the field that acts as the discriminator is removed from the object. To illustrate: ``` components: schemas: ObjectWithDiscriminator: oneOf:...

Currently the `plain-documentation-generator` supports excluding operation paths from generation. It would be nice if this functionality was expanded to all generators. This method of exclusion also only works on operations/endpoints....

The `@javax.validation.constraints.Size` annotation on the following code: ```java @io.swagger.v3.oas.annotations.media.Schema(name = "band1Email") @com.fasterxml.jackson.annotation.JsonProperty(value = "band1Email") @javax.validation.constraints.Size(min = 1, max = 16777215, payload = javax.validation.valueextraction.Unwrapping.Unwrap.class, groups = { web.api.validation.Request.class, web.api.validation.Response.class }) public...