No description available.
tid
Timestamp-based ID
Properties
content
ref
lol.dids.sites.defs#manifest
Required
The tile's resources. Must name the bundle and contain a '/' entry.
description
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesicon
blob
Optional
No description available.
maxSize: 1.0 MBname
string
Required
Display name; limits match the Web Tiles specification.
maxLength: 1000 bytesmaxGraphemes: 100 graphemesparams
array
of
ref
#param
Optional
Parameters a binding site must or may supply. Names are unique within a tile.
maxLength: 32 itemsView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"content"
],
"properties": {
"icon": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1048576
},
"name": {
"type": "string",
"maxLength": 1000,
"description": "Display name; limits match the Web Tiles specification.",
"maxGraphemes": 100
},
"params": {
"type": "array",
"items": {
"ref": "#param",
"type": "ref"
},
"maxLength": 32,
"description": "Parameters a binding site must or may supply. Names are unique within a tile."
},
"content": {
"ref": "lol.dids.sites.defs#manifest",
"type": "ref",
"description": "The tile's resources. Must name the bundle and contain a '/' entry."
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
}
}
}
}