Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How to show Title, Examples and other custom properties too? #97

@pmeems

Description

@pmeems

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions