Common structure for an example that can be added to the code and shown in the HTML version of the data.

interface Example {
    json: string;
    label?: string;
}

Properties

Properties

json: string
label?: string