Fix ClassCastException when uuid has default value (#13698)

* fix cast error for uuid default

* fix java uuid default value
This commit is contained in:
William Cheng
2022-10-16 09:08:17 +08:00
committed by GitHub
parent daf475a96d
commit cafdf64ca5
11 changed files with 55 additions and 11 deletions

View File

@@ -1496,6 +1496,10 @@ components:
example: 72f98069-206d-4f12-9f12-3d1e525a8e84
format: uuid
type: string
uuid_with_default:
default: 11111111-206d-4f12-9f12-3d1e525a8e84
format: uuid
type: string
password:
format: password
maxLength: 64