Condensed Schema
Note
See Condensed Data for explanation how condensed data handling works.
Contains template allowing to convert condensed_data
into a map like object.
Model
An object where the key is the name of the attribute, and the value is one of:
cdid
pointer to the data incondensed_data
to be used as value- Another instance of this model
- An array holding either a
cdid
pointer or another instance of this model. Allcdid
pointers contained within an array must omit the number referencing the index within the array:
The key must match the following regexp [_a-z0-9]+
.