As documented, this for file system objects themselves, since `MemorySourceAccessor` is an implementation detail.
25 lines
441 B
JSON
25 lines
441 B
JSON
{
|
|
"contents": {
|
|
"bar": {
|
|
"contents": {
|
|
"baz": {
|
|
"contents": "Z29vZCBkYXksCg==",
|
|
"executable": true,
|
|
"type": "regular"
|
|
},
|
|
"quux": {
|
|
"target": "/over/there",
|
|
"type": "symlink"
|
|
}
|
|
},
|
|
"type": "directory"
|
|
},
|
|
"foo": {
|
|
"contents": "aGVsbG8K",
|
|
"executable": false,
|
|
"type": "regular"
|
|
}
|
|
},
|
|
"type": "directory"
|
|
}
|