{
    "type": "object",
    "properties": {
        ".tag": {
            "type": "string"
        },
        "client_modified": {
            "type": "string"
        },
        "content_hash": {
            "type": "string"
        },
        "file_owner_team_encrypted_id": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "is_downloadable": {
            "type": "boolean"
        },
        "name": {
            "type": "string"
        },
        "path_display": {
            "type": "string"
        },
        "path_lower": {
            "type": "string"
        },
        "rev": {
            "type": "string"
        },
        "server_modified": {
            "type": "string"
        },
        "sharing_info": {
            "type": "object",
            "properties": {
                "is_parent_shared_folder_read_only": {
                    "type": "boolean"
                },
                "modified_by": {
                    "type": "string"
                },
                "no_access": {
                    "type": "boolean"
                },
                "parent_shared_folder_id": {
                    "type": "string"
                },
                "read_only": {
                    "type": "boolean"
                },
                "traverse_only": {
                    "type": "boolean"
                }
            }
        },
        "size": {
            "type": "integer"
        }
    },
    "version": 3
}
