Orbit · Schema

Custom Activity

Orbit activity schema

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen-SourceDeveloper Engagement

Properties

Name Type Description
description string A description of the activity; displayed in the timeline
link string A URL for the activity; displayed in the timeline
link_text string The text for the timeline link
title string A title for the activity; displayed in the timeline
weight string A custom weight to be used in filters and reports; defaults to 1.
activity_type string The type of activity - what action was done by the member. This is a legacy field, use activity_type_key instead.
activity_type_key string The key for a custom activity type for the workspace. Will create a new activity type if it does not exist.
key string Supply a key that must be unique or leave blank to have one generated.
occurred_at string The date and time the activity occurred; defaults to now
properties object Key-value pairs to provide contextual metadata about an activity.
View JSON Schema on GitHub

JSON Schema

orbit-activity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://orbit.love/schemas/activity.json",
  "title": "Custom Activity",
  "description": "Orbit activity schema",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "A description of the activity; displayed in the timeline"
    },
    "link": {
      "type": "string",
      "description": "A URL for the activity; displayed in the timeline"
    },
    "link_text": {
      "type": "string",
      "description": "The text for the timeline link"
    },
    "title": {
      "type": "string",
      "description": "A title for the activity; displayed in the timeline"
    },
    "weight": {
      "type": "string",
      "description": "A custom weight to be used in filters and reports; defaults to 1."
    },
    "activity_type": {
      "type": "string",
      "description": "The type of activity - what action was done by the member. This is a legacy field, use activity_type_key instead."
    },
    "activity_type_key": {
      "type": "string",
      "description": "The key for a custom activity type for the workspace. Will create a new activity type if it does not exist."
    },
    "key": {
      "type": "string",
      "description": "Supply a key that must be unique or leave blank to have one generated."
    },
    "occurred_at": {
      "type": "string",
      "description": "The date and time the activity occurred; defaults to now"
    },
    "properties": {
      "type": "object",
      "description": "Key-value pairs to provide contextual metadata about an activity."
    }
  },
  "required": [
    "title"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/orbit-activity"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.