Skip to content

Commit 6b32faf

Browse files
authored
Merge pull request #90 from pkalemba/patch-1
Add uuid4 to String Types
2 parents c8b1d0c + e367939 commit 6b32faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openapi_parser/enumeration.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class StringFormat(Enum):
3434
DATETIME = 'date-time'
3535
PASSWORD = 'password'
3636
UUID = 'uuid'
37+
UUID4 = 'uuid4'
3738
EMAIL = 'email'
3839
URI = 'uri'
3940
HOSTNAME = 'hostname'

0 commit comments

Comments
 (0)