UUIDs
"properties": {
"myPropertyName": {
"type": "string",
"generate": {
"type": "uuid",
"format": "v4"
}
} "properties": {
"myPropertyName": {
"type": "string",
"generate": {
"type": "uuid",
"format": "short"
}
}Last updated
Was this helpful?