{
    "type": "object",
    "properties": {
        "name": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "displayName": {
            "type": "string"
        },
        "spaceThreadingState": {
            "type": "string"
        },
        "spaceType": {
            "type": "string"
        },
        "spaceHistoryState": {
            "type": "string"
        },
        "createTime": {
            "type": "string"
        },
        "lastActiveTime": {
            "type": "string"
        },
        "membershipCount": {
            "type": "object",
            "properties": {
                "joinedDirectHumanUserCount": {
                    "type": "integer"
                }
            },
            "required": [
                "joinedDirectHumanUserCount"
            ]
        },
        "spaceUri": {
            "type": "string"
        },
        "singleUserBotDm": {
            "type": "boolean"
        }
    },
    "required": [
        "name",
        "type",
        "spaceThreadingState",
        "spaceType",
        "spaceHistoryState",
        "lastActiveTime",
        "membershipCount",
        "spaceUri"
    ],
    "version": 1
}
