1{ 2 "bar.yaml": { 3 "size": 72, 4 "content": "_rev: 1-xxx\n_attachments:\n foo.txt:\n content_type: text/plain\n" 5 }, 6 "bar/foo.txt": { 7 "size": 13, 8 "content": "Test content\n" 9 } 10}
View as plain text