No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"src"
],
"properties": {
"src": {
"type": "string",
"format": "uri",
"description": "The URL of the website"
},
"title": {
"type": "string",
"description": "The title of the website or page"
},
"description": {
"type": "string",
"description": "A brief description of the website or page"
},
"previewImage": {
"type": "string",
"format": "uri",
"description": "URL of the preview image"
}
}
}