-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
✨ enhancementNew feature or improvementNew feature or improvement
Description
Is your feature request related to a problem? Please describe.
It would be safer to generate UUID instances instead of str instances if the property is defined as a string with a format uuid.
Describe the solution you'd like
At the moment the property that is defined as:
type: string
format: uuid
is generated with type str. I would like such property to be generated with the type UUID.
MalteBecker, cryoff and johnthagen
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or improvementNew feature or improvement