blob: d08425e36969f14b3b72c26c2a60f0b7dfdd301a [file] [log] [blame]
{
"files": [
{
"dest": "cast.dat",
"path": "some_cast_file",
"validators": [
{
"args": 512,
"name": "size"
}
]
},
{
"dest": "cast.blk",
"path": "another_cast_file",
"validators": [
{
"args": 18,
"name": "size"
},
{
"name": "text"
}
]
}
]
}