No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL of the content to embed"
},
"height": {
"type": "integer",
"maximum": 1600,
"minimum": 16,
"description": "Height of the embed in pixels"
}
}
}