No description available.
Properties
description
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 3000 graphemespreviewImage
blob
Optional
No description available.
maxSize: 1.0 MBtitle
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesuri
string
uri
Required
A valid URI.
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 3000
},
"previewImage": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
}
}
}