[Closed] Problem with CZML and Wall with minimumHeigths/maximumHeights

I have been testing in Sandcastle with “wall” and its property “minimumHeights”:
With “viewer.entities.add” it seems to work, but if I use it from a CZML, it doesn’t go (or I don’t set it right).
I’ve traced the code a bit and it seems that it doesn’t interpret it in “processArray” inside “cesium.js”.
Any idea?

I’ve changed the example to show the same “walls” rendered together to show differences:
Better example

As shunter said:

minimumHeights and maximumHeights must be specified in CZML like:
“minimumHeights”: { “array”: [0.0, 1000.0, 200.0, 200.0, 300.0, 400.0] }
because they can be specified either as a list of double values or as a list of references.