Hi, I have this validation failing ``` ...
# general
f
Hi, I have this validation failing
Copy code
"description": "Expected a String matching /^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$/ (like \"ce118b6e-d8e1-11e7-9296-cec278b6b50a\") but got \"8f7acb45-093b-4ead-8ef0-46670cc6aars\" at $.data.payload.account_uuid"
I can't see the difference
1
j
The uuid you got ends in
rs
, which are not valid hex digits 🙂
☝️ 1
f
thanks!