-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: schema.rs
-
None
-
2
-
Iteration Wasabi
I think there should be a serde_json tag I can add to remove the current behaviour of value vector:
"values": [{"Str":"+17438917865"},{"Str":"+17518179206"},{"Str":"+14108799192"}]
should really just be:
"values": ["+17438917865", "+17518179206", "+14108799192"}]
investigate in serde_json docs