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:
cdidpointer to the data incondensed_datato be used as value- Another instance of this model
- An array holding either a
cdidpointer or another instance of this model. Allcdidpointers contained within an array must omit the number referencing the index within the array:
The key must match the following regexp [_a-z0-9]+.
Example
{
"make": ".0",
"model": {
"body_style": ".1.0",
"price": ".1.1.0"
},
"features": [".6."],
"previous_owners": [{
"name": ".7..0",
"city": ".7..1"
}]
}