Bluebeam · Schema
Bluebeam Studio Session
JSON Schema for a Bluebeam Studio Session used for collaborative PDF document review and markup.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique Studio Session identifier |
| name | string | Session display name |
| description | string | |
| status | string | |
| inviteUrl | string | URL users can use to join the session |
| defaultPermission | string | Default permission level for new attendees |
| allowInvitations | boolean | Whether attendees can invite others |
| restricted | boolean | Whether the session requires explicit invitation |
| createdBy | string | User who created the session |
| createdAt | string | |
| finishedAt | string | |
| documentCount | integer | |
| userCount | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/bluebeam/refs/heads/main/json-schema/bluebeam-session-schema.json",
"title": "Bluebeam Studio Session",
"description": "JSON Schema for a Bluebeam Studio Session used for collaborative PDF document review and markup.",
"type": "object",
"required": ["id", "name", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique Studio Session identifier"
},
"name": {
"type": "string",
"description": "Session display name"
},
"description": {
"type": "string"
},
"status": {
"type": "string",
"enum": ["Active", "Finished", "Pending"]
},
"inviteUrl": {
"type": "string",
"format": "uri",
"description": "URL users can use to join the session"
},
"defaultPermission": {
"type": "string",
"enum": ["ReadOnly", "MarkupOnly", "FullAccess"],
"description": "Default permission level for new attendees"
},
"allowInvitations": {
"type": "boolean",
"description": "Whether attendees can invite others"
},
"restricted": {
"type": "boolean",
"description": "Whether the session requires explicit invitation"
},
"createdBy": {
"type": "string",
"description": "User who created the session"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"finishedAt": {
"type": "string",
"format": "date-time"
},
"documentCount": {
"type": "integer",
"minimum": 0
},
"userCount": {
"type": "integer",
"minimum": 0
}
}
}
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/bluebeam-session"
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.