Basecamp · JSON Structure

Campfirelinecreaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Campfirelinecreaterequest 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/campfirelinecreaterequest-structure.json",
  "title": "CampfireLineCreateRequest",
  "type": "record",
  "members": [
    {
      "name": "content",
      "type": "string",
      "description": "Plain text content of the campfire message"
    }
  ]
}