No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"height": {
"type": "integer",
"maximum": 1600,
"minimum": 16
}
}
}