Orbit · Schema

Organization

Orbit organization schema

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen-SourceDeveloper Engagement

Properties

Name Type Description
lifecycle_stage string The current stage of the organization in the marketing or sales process.
deal_closed_date string The date the organization became a customer.
price_plan string The pricing plan the organization is on.
crm_uid string The unique identifier of the organization in your CRM.
crm_url string A link to the organization profile in your CRM.
owner_name string The name of the team member who is in charge of the organization.
owner_email string The email of the team member who is in charge of the organization.
source string The name of the CRM you use for tracking the organization.
View JSON Schema on GitHub

JSON Schema

orbit-organization.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://orbit.love/schemas/organization.json",
  "title": "Organization",
  "description": "Orbit organization schema",
  "type": "object",
  "properties": {
    "lifecycle_stage": {
      "type": "string",
      "description": "The current stage of the organization in the marketing or sales process."
    },
    "deal_closed_date": {
      "type": "string",
      "description": "The date the organization became a customer."
    },
    "price_plan": {
      "type": "string",
      "description": "The pricing plan the organization is on."
    },
    "crm_uid": {
      "type": "string",
      "description": "The unique identifier of the organization in your CRM."
    },
    "crm_url": {
      "type": "string",
      "description": "A link to the organization profile in your CRM."
    },
    "owner_name": {
      "type": "string",
      "description": "The name of the team member who is in charge of the organization."
    },
    "owner_email": {
      "type": "string",
      "description": "The email of the team member who is in charge of the organization."
    },
    "source": {
      "type": "string",
      "description": "The name of the CRM you use for tracking the organization."
    }
  },
  "required": [
    "lifecycle_stage",
    "crm_url",
    "source"
  ]
}

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-organization"
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.