object prefs_calendarFeedEnabled
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object prefs_cardAging
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: pirate or regular"
    }
  }
}
object prefs_cardCovers
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object prefs_colorBlind
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object prefs_comments
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: disabled, members, observers, org or public"
    }
  }
}
object prefs_externalMembersDisabled
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object prefs_googleAppsVersion
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a number from 1 to 2"
    }
  }
}
object prefs_invitations
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: admins or members"
    }
  }
}
object prefs_locale
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 0 to 255"
    }
  }
}
object prefs_minutesBetweenSummaries
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "-1 (disabled), 1 or 60"
    }
  }
}
object prefs_orgInviteRestrict
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "An email address with optional expansion tokens"
    }
  }
}
object prefs_permissionLevel
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: private or public"
    }
  }
}
object prefs_selfJoin
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object prefs_voting
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: disabled, members, observers, org or public"
    }
  }
}
object sessions
{
  "xml": {
    "name": "session"
  },
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "One of: active, disconnected or idle"
    },
    "idBoard": {
      "type": "string",
      "description": "The id of the board you're viewing.  Boards with no viewers will not get updates about members' statuses."
    }
  }
}
object sessions_status
{
  "xml": {
    "name": "session"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: active, disconnected or idle"
    }
  }
}
object tokens_webhooks
{
  "xml": {
    "name": "token"
  },
  "type": "object",
  "properties": {
    "idModel": {
      "type": "string",
      "description": "id of the model to be monitored"
    },
    "callbackURL": {
      "type": "string",
      "description": "A valid URL that is reachable with a HEAD request"
    },
    "description": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object webhooks
{
  "xml": {
    "name": "webhook"
  },
  "type": "object",
  "properties": {
    "active": {
      "type": "string",
      "description": " true or false"
    },
    "idModel": {
      "type": "string",
      "description": "id of the model that should be hooked"
    },
    "callbackURL": {
      "type": "string",
      "description": "A valid URL that is reachable with a HEAD request"
    },
    "description": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object webhooks_active
{
  "xml": {
    "name": "webhook"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object webhooks_callbackURL
{
  "xml": {
    "name": "webhook"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A valid URL that is reachable with a HEAD request"
    }
  }
}
object webhooks_description
{
  "xml": {
    "name": "webhook"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object webhooks_idModel
{
  "xml": {
    "name": "webhook"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "id of the model to be monitored"
    }
  }
}