Rename the 'gender' coloring to be more freeform, and make it an optional field.
This commit is contained in:
parent
b8114a0016
commit
228e899b66
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{ "members": [
|
||||
{"name": "Alice", "color": "pink"},
|
||||
{"name": "Bob", "color": "blue"},
|
||||
{"name": "Sam", "color": "green"},
|
||||
{"name": "Sam"},
|
||||
{"name": "Eve", "color": "pink"},
|
||||
{"name": "Charles", "color": "blue"},
|
||||
{"name": "Max", "color": "yellow"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue