<pre>
{
    &quot;schema&quot;: {
        &quot;description&quot;: &quot;Generates a column name.&quot;,
        &quot;sampleResults&quot;: [
            &quot;id&quot;,
            &quot;title&quot;,
            &quot;createdAt&quot;
        ]
    }
}
</pre>
<pre>
{{ content }}
</pre>
{
  "content": "{\n    \"schema\": {\n        \"description\": \"Generates a column name.\",\n        \"sampleResults\": [\n            \"id\",\n            \"title\",\n            \"createdAt\"\n        ]\n    }\n}"
}

Preformatted Text

The <pre> element is used to display preformatted text exactly as written in a monospaced font.