Michal Pasinski
Results
2
issues of
Michal Pasinski
#### Describe the bug If the property name is different from the type name it references `@JsonProperty` annotation gets added for the field. However, no `import com.fasterxml.jackson.annotation.JsonProperty` #### How to...
bug
stale
I created a simple api spec, where one field is `enum` and has a `uri-reference` format. ``` source: type: string format: uri-reference minLength: 1 enum: - com.example ``` Such field...
stale