We use docson to show referenced JSON in our JSON Schema documentation.
Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer
The title is used in the box header but not with the properties.
I also use examples which I would like to show. Here's an example of how we use examples: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#start-production-year
And sometimes I also use $extended-description.
I would like to show:
- Title
- Property name
- Type
- Description
- Extended description
- Examples
- Pattern
I tried adding <div class="signature-title">{{title this}}</div> to the box template but that results in an error.
Please advice.