Spear · Schema
Spear Workspace
A collaborative workspace for organizing API collections, projects, and team resources in the Spear platform
API DevelopmentCollaborationDeveloper ToolsPlatform
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the workspace |
| name | string | Human-readable name of the workspace |
| description | string | Description of the workspace purpose and contents |
| slug | string | URL-safe identifier for the workspace |
| visibility | string | Access level for the workspace |
| members | array | Team members with access to this workspace |
| created | string | When the workspace was created |
| modified | string | When the workspace was last modified |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/spear/main/json-schema/spear-workspace-schema.json",
"title": "Spear Workspace",
"description": "A collaborative workspace for organizing API collections, projects, and team resources in the Spear platform",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the workspace"
},
"name": {
"type": "string",
"description": "Human-readable name of the workspace"
},
"description": {
"type": "string",
"description": "Description of the workspace purpose and contents"
},
"slug": {
"type": "string",
"description": "URL-safe identifier for the workspace"
},
"visibility": {
"type": "string",
"enum": ["private", "team", "public"],
"description": "Access level for the workspace"
},
"members": {
"type": "array",
"description": "Team members with access to this workspace",
"items": {
"type": "object",
"properties": {
"userId": {"type": "string"},
"role": {"type": "string", "enum": ["owner", "editor", "viewer"]}
}
}
},
"created": {
"type": "string",
"format": "date-time",
"description": "When the workspace was created"
},
"modified": {
"type": "string",
"format": "date-time",
"description": "When the workspace was last modified"
}
},
"required": ["id", "name"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/spear-workspace"
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.