blob: 5db878aa9edaa77a659c86a6966e0bd9a581541a [file] [log] [blame]
{
"name": "FileAsset",
"key": {
"int": 103,
"string": "fileasset"
},
"abstract": true,
"extends": "assets/asset.json",
"properties": {
"assetId": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 204,
"string": "assetid"
},
"description": "Id of the asset as stored on the backend"
},
"size": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 211,
"string": "size"
},
"description": "Size of the asset in bytes",
"runtime": false
}
}
}