Skip to main content

PreviewHTMLResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/PreviewHTMLResponseBody.json
htmlstringrequired

Rendered HTML content

PreviewHTMLResponseBody
{
"$schema": "https://example.com/schemas/PreviewHTMLResponseBody.json",
"html": "string"
}