Skip to content

String with uuid format shoud generate an UUID #599

@RockyMM

Description

@RockyMM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions