mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
See part 1 commit for details, but background and context, the changes here are: - `variable` not contains a `values` object instead of a `values` array, that object has sub-arrays for each type - `object_id` in variable is moved to a separate `base` object
6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"values": {
|
|
"strings": ["straight", "left", "right"]
|
|
}
|
|
}
|