[
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest",
            "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": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest",
            "method": "MKCOL",
            "description": "Folder create"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest",
            "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": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/webdav/test/subfolderTest/</d:href><d:propstat><d:prop><d:getlastmodified>Mon, 23 Dec 2019 14:29:18 GMT</d:getlastmodified><d:getetag>&quot;5e00cf3e49331&quot;</d:getetag><d:resourcetype><d:collection/></d:resourcetype><oc:fileid>79132</oc:fileid><oc:permissions>RGDNVCK</oc:permissions><oc:size>0</oc:size><nc:has-preview>false</nc:has-preview><oc:favorite>0</oc:favorite><oc:comments-unread>0</oc:comments-unread><oc:owner-display-name>Holger Gockel</oc:owner-display-name><oc:share-types/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><d:getcontenttype/><d:getcontentlength/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus>",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "href": "/remote.php/webdav/test/subfolderTest/",
                        "propstat": [
                            {
                                "prop": {
                                    "getlastmodified": "Mon, 23 Dec 2019 14:29:18 GMT",
                                    "getetag": "&quot;5e00cf3e49331&quot;",
                                    "resourcetype": {
                                        "collection": ""
                                    },
                                    "fileid": 79132,
                                    "permissions": "RGDNVCK",
                                    "size": 0,
                                    "has-preview": false,
                                    "favorite": 0,
                                    "comments-unread": 0,
                                    "owner-display-name": "Holger Gockel",
                                    "share-types": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            },
                            {
                                "prop": {
                                    "getcontenttype": "",
                                    "getcontentlength": ""
                                },
                                "status": "HTTP/1.1 404 Not Found"
                            }
                        ]
                    }
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest/subsubfolder",
            "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": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest/subsubfolder",
            "method": "MKCOL",
            "description": "Folder create"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/subfolderTest/subsubfolder",
            "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": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/webdav/test/subfolderTest/subsubfolder/</d:href><d:propstat><d:prop><d:getlastmodified>Mon, 23 Dec 2019 14:29:19 GMT</d:getlastmodified><d:getetag>&quot;5e00cf3fe87f0&quot;</d:getetag><d:resourcetype><d:collection/></d:resourcetype><oc:fileid>79133</oc:fileid><oc:permissions>RGDNVCK</oc:permissions><oc:size>0</oc:size><nc:has-preview>false</nc:has-preview><oc:favorite>0</oc:favorite><oc:comments-unread>0</oc:comments-unread><oc:owner-display-name>Holger Gockel</oc:owner-display-name><oc:share-types/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><d:getcontenttype/><d:getcontentlength/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus>",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "href": "/remote.php/webdav/test/subfolderTest/subsubfolder/",
                        "propstat": [
                            {
                                "prop": {
                                    "getlastmodified": "Mon, 23 Dec 2019 14:29:19 GMT",
                                    "getetag": "&quot;5e00cf3fe87f0&quot;",
                                    "resourcetype": {
                                        "collection": ""
                                    },
                                    "fileid": 79133,
                                    "permissions": "RGDNVCK",
                                    "size": 0,
                                    "has-preview": false,
                                    "favorite": 0,
                                    "comments-unread": 0,
                                    "owner-display-name": "Holger Gockel",
                                    "share-types": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            },
                            {
                                "prop": {
                                    "getcontenttype": "",
                                    "getcontentlength": ""
                                },
                                "status": "HTTP/1.1 404 Not Found"
                            }
                        ]
                    }
                }
            }
        }
    }
]