Basecamp · JSON Structure

Scheduleupdaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Scheduleupdaterequest Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/scheduleupdaterequest-structure.json",
  "title": "ScheduleUpdateRequest",
  "type": "record",
  "members": [
    {
      "name": "include_due_assignments",
      "type": "boolean",
      "description": "Whether the schedule should include due dates from to-dos, cards, and steps"
    }
  ]
}