github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/doc/schema/files/file.txt (about)

     1  File schema
     2  
     3  {"camliVersion": 1,
     4   "camliType": "file",
     5  
     6    // #include "file-common.txt"      # metadata about the file
     7    // #include "../bytes.txt"         # describes the bytes of the file
     8  
     9    // Optional, if linkcount > 1, for representing hardlinks properly.
    10    "inodeRef": "digalg-blobref",   // to "inode" blobref, when the link count > 1
    11  }
    12  
    13  // TODO: Mac/NTFS-style resource forks?  perhaps just a "streams"
    14  // array of recursive file objects?
    15