Basecamp · Schema

Error

CollaborationProject ManagementRESTSaaSTeam Communication

Properties

Name Type Description
error string Human-readable error message
View JSON Schema on GitHub

JSON Schema

error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/basecamp/json-schema/error-schema.json",
  "title": "Error",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}