We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a property with format UUID:
"contactId": { "type": "string", "format": "uuid", }
The conversion results in:
While we would expect a regular UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier, without urn:uuid:
urn:uuid:
The text was updated successfully, but these errors were encountered:
does this issue still persist? if yes, can i work on it?
Sorry, something went wrong.
hi @Manav958
It is still the case.
No branches or pull requests
When using a property with format UUID:
The conversion results in:
While we would expect a regular UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier, without
urn:uuid:
The text was updated successfully, but these errors were encountered: