{ "schema": 1, "description": "Illustrative VFS sidecar layout for synthetic ACL and extended attributes (not applied automatically).", "paths": { "aclTextSidecarSuffix": ".bare_acl", "xattrJsonSidecarSuffix": ".bare_xattr.json" }, "exampleAclSidecarLines": [ "# file: /home/user/doc.txt", "user::rw-", "group::r--", "other::r--" ], "exampleXattrJson": { "user.com.example.tag": "aGVsbG8=" }, "note": "Use /bin/getfacl, /bin/setfacl, and /bin/xattr; values in xattr JSON are base64-encoded UTF-8 strings." }