Metadata for a blob reference with an optional filename.
Properties
View raw schema
{
"type": "object",
"required": [
"blobref"
],
"properties": {
"name": {
"type": "string",
"maxLength": 500,
"description": "Original filename of the blob."
},
"blobref": {
"type": "blob",
"description": "Reference to the stored blob."
}
},
"description": "Metadata for a blob reference with an optional filename."
}