1{{#property}}
2{{?annotations}}
3{{#a:annotations}}
4<em>// {{a}}</em>
5{{/annotations}}
6{{/annotations}}
7{{?documentation}}
8"<a href="{{documentation}}">{{name}}</a>":{{:documentation}}
9"{{name}}":{{^children}}{{^has_example}} ...{{/}}{{/}}{{/documentation}}
10{{?children}} {
11{{#c:children}}
12  {{+partials.manifest_property property:c/}}
13{{/children}}
14}{{:children}}{{?has_example}} {{example}}{{/}}{{/}}{{^is_last}},{{/}}
15{{/property}}
16