No description available.
Properties
aspectRatio
ref
#aspectRatio
Optional
No description available.
height
integer
Optional
No description available.
minimum: 16maximum: 1600html
string
Required
Inline HTML rendered via a sandboxed iframe's srcdoc attribute.
View raw schema
{
"type": "object",
"required": [
"html"
],
"properties": {
"html": {
"type": "string",
"description": "Inline HTML rendered via a sandboxed iframe's srcdoc attribute."
},
"height": {
"type": "integer",
"maximum": 1600,
"minimum": 16
},
"aspectRatio": {
"ref": "#aspectRatio",
"type": "ref"
}
}
}