Basecamp · JSON Structure

Projectcreaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Projectcreaterequest 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/projectcreaterequest-structure.json",
  "title": "ProjectCreateRequest",
  "type": "record",
  "members": [
    {
      "name": "name",
      "type": "string",
      "description": "Name for the new project"
    },
    {
      "name": "description",
      "type": "string",
      "description": "Optional description of the project"
    }
  ]
}