[
    {
        "request": {
            "url": "/remote.php/webdav/test/doesNotExist.txt",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 404,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    }
]