| { | |
| "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 | |
| } | |
| } | |
| } |