An image referenced by link metadata.
Properties
View raw schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"alt": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
},
"width": {
"type": "integer",
"description": "Pixel width declared by the source page, when it publishes one."
},
"height": {
"type": "integer",
"description": "Pixel height declared by the source page, when it publishes one."
}
},
"description": "An image referenced by link metadata."
}