{
    "type": "object",
    "properties": {
        "createTime": {
            "type": "string"
        },
        "customer": {
            "type": "string"
        },
        "displayName": {
            "type": "string"
        },
        "lastActiveTime": {
            "type": "string"
        },
        "membershipCount": {
            "type": "object",
            "properties": {
                "joinedDirectHumanUserCount": {
                    "type": "integer"
                }
            }
        },
        "name": {
            "type": "string"
        },
        "singleUserBotDm": {
            "type": "boolean"
        },
        "spaceHistoryState": {
            "type": "string"
        },
        "spaceThreadingState": {
            "type": "string"
        },
        "spaceType": {
            "type": "string"
        },
        "spaceUri": {
            "type": "string"
        },
        "type": {
            "type": "string"
        }
    },
    "version": 3
}
