Basecamp · Schema

CampfireLineCreateRequest

CollaborationProject ManagementRESTSaaSTeam Communication

Properties

Name Type Description
content string Plain text content of the campfire message
View JSON Schema on GitHub

JSON Schema

campfirelinecreaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/basecamp/json-schema/campfirelinecreaterequest-schema.json",
  "title": "CampfireLineCreateRequest",
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "content": {
      "type": "string",
      "description": "Plain text content of the campfire message"
    }
  }
}