site.mochott.defs

tokimeki.blue

Documentation

blobMetadata object

Metadata for a blob reference with an optional filename.

Properties

blobref blob Required

Reference to the stored blob.

name string Optional

Original filename of the blob.

maxLength: 500 bytes
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."
}

Lexicon Garden

@