Smokeball · Schema
Smokeball Role
LegalLaw FirmsPractice ManagementMatterContactsDocumentsBillingTrust AccountingTime Tracking
Properties
| Name | Type | Description |
|---|---|---|
| href | string | |
| relation | string | |
| method | string | |
| self | object | |
| id | string | Unique identifier of the role. |
| name | string | Name of the role. |
| contact | object | Hypermedia link of the associated contact. |
| roleDescription | string | Name of the role (user editable). |
| description | string | Description of the role. |
| representatives | array | List of hypermedia links of the associated representatives. |
| relationships | array | List of associated relationships. |
| isClient | boolean | Boolean flag indicating if role belongs to a 'Client'. |
| isOtherSide | boolean | Boolean flag indicating if role belongs to an 'OtherSide'. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/smokeball/json-schema/smokeball-role.json",
"title": "Smokeball Role",
"type": "object",
"properties": {
"href": {
"type": "string",
"nullable": true
},
"relation": {
"type": "string",
"nullable": true
},
"method": {
"type": "string",
"default": "GET",
"nullable": true
},
"self": {
"allOf": [
{
"$ref": "#/components/schemas/Link"
}
],
"nullable": true
},
"id": {
"type": "string",
"description": "Unique identifier of the role.",
"nullable": true,
"example": "009f778f-83df-454a-b344-768a862a7e55"
},
"name": {
"type": "string",
"description": "Name of the role.",
"nullable": true,
"example": "Client"
},
"contact": {
"allOf": [
{
"$ref": "#/components/schemas/Link"
}
],
"description": "Hypermedia link of the associated contact.",
"nullable": true
},
"roleDescription": {
"type": "string",
"description": "Name of the role (user editable).",
"nullable": true,
"example": "Head Honcho"
},
"description": {
"type": "string",
"description": "Description of the role.",
"nullable": true,
"example": "The person for whom I am working"
},
"representatives": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
},
"description": "List of hypermedia links of the associated representatives.",
"nullable": true
},
"relationships": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Relationship"
},
"description": "List of associated relationships.",
"nullable": true
},
"isClient": {
"type": "boolean",
"description": "Boolean flag indicating if role belongs to a 'Client'.",
"example": false
},
"isOtherSide": {
"type": "boolean",
"description": "Boolean flag indicating if role belongs to an 'OtherSide'.",
"example": false
}
},
"additionalProperties": false
}
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/smokeball-role"
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.