Open
Description
So I have an Email VO that currently maps to:
"email": { "email": "[email protected]" }
Is there any way to map this to a single string?
Like:
"email": "[email protected]"
Metadata
Metadata
Assignees
Labels
No labels
So I have an Email VO that currently maps to:
"email": { "email": "[email protected]" }
Is there any way to map this to a single string?
Like:
"email": "[email protected]"