forked from loafle/openapi-generator-original
[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
|
||||
|
||||
|
||||
@@ -1554,6 +1554,7 @@ components:
|
||||
format: date-time
|
||||
type: string
|
||||
uuid:
|
||||
example: 72f98069-206d-4f12-9f12-3d1e525a8e84
|
||||
format: uuid
|
||||
type: string
|
||||
password:
|
||||
|
||||
Reference in New Issue
Block a user