mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[Python] remove default value from being fallback to example (#2213)
* remove example fallback * reset test case
This commit is contained in:
@@ -304,7 +304,7 @@ public class FormatTest {
|
||||
* Get uuid
|
||||
* @return uuid
|
||||
*/
|
||||
@ApiModelProperty(value = "")
|
||||
@ApiModelProperty(example = "72f98069-206d-4f12-9f12-3d1e525a8e84", value = "")
|
||||
|
||||
@Valid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user