Smokeball · Schema
Smokeball EventDto
LegalLaw FirmsPractice ManagementMatterContactsDocumentsBillingTrust AccountingTime Tracking
Properties
| Name | Type | Description |
|---|---|---|
| matterId | string | Matter Id. |
| subject | string | Subject of event. |
| description | string | Description of event. |
| location | string | Location of event. |
| allDay | boolean | Whether or not the event is all day. |
| nonBillable | boolean | Whether or not the event is billable. Note events with a duration greater than 12 hours automatically become non-billable. |
| type | object | The type of the event. We currently support create and updates requests for non recurring events (type = Normal). |
| eventType | object | **Deprecated.** Use `type` instead. The type of the event. We currently support create and updates requests for non recurring events (EventType = 0). |
| attendees | array | The staff Ids of the attendees of the event. |
| externalAttendees | array | The contact Ids of the external or third party attendees of the event. The contacts must be of Person type and must be part of the matter. |
| startTime | string | Start date and time of the event. Supported date format is ISO YYYY-MM-DDThh:mm:ss. Note: date and time will correlate with the time zone provided. |
| endTime | string | End date and time of the event. Supported date format is ISO YYYY-MM-DDThh:mm:ss. Note: date and time will correlate with the time zone provided. |
| timeZone | string | Time zone of the event for determining the start time and end time. Time zones are expected in the IANA time zone format. For a list of valid time zones, see https://nodatime.org/TimeZones. |
| additionalData | object | Collection of key value pairs to update file meta data. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/smokeball/json-schema/smokeball-eventdto.json",
"title": "Smokeball EventDto",
"type": "object",
"properties": {
"matterId": {
"type": "string",
"description": "Matter Id.",
"nullable": true,
"example": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
},
"subject": {
"type": "string",
"description": "Subject of event.",
"nullable": true,
"example": "Subject"
},
"description": {
"type": "string",
"description": "Description of event.",
"nullable": true,
"example": "Description"
},
"location": {
"type": "string",
"description": "Location of event.",
"nullable": true,
"example": "Location"
},
"allDay": {
"type": "boolean",
"description": "Whether or not the event is all day.",
"example": false
},
"nonBillable": {
"type": "boolean",
"description": "Whether or not the event is billable.\r\nNote events with a duration greater than 12 hours automatically become non-billable.",
"example": false
},
"type": {
"allOf": [
{
"$ref": "#/components/schemas/EventType"
}
],
"description": "The type of the event.\r\n\r\nWe currently support create and updates requests for non recurring events (type = Normal).",
"nullable": true,
"example": "Normal"
},
"eventType": {
"allOf": [
{
"$ref": "#/components/schemas/EventType"
}
],
"description": "**Deprecated.** Use `type` instead.\n\nThe type of the event.\r\n\r\nWe currently support create and updates requests for non recurring events (EventType = 0).",
"nullable": true,
"example": "0",
"deprecated": true
},
"attendees": {
"type": "array",
"items": {
"type": "string"
},
"description": "The staff Ids of the attendees of the event.",
"nullable": true
},
"externalAttendees": {
"type": "array",
"items": {
"type": "string"
},
"description": "The contact Ids of the external or third party attendees of the event.\r\n\r\nThe contacts must be of Person type and must be part of the matter.",
"nullable": true
},
"startTime": {
"type": "string",
"description": "Start date and time of the event.\r\nSupported date format is ISO YYYY-MM-DDThh:mm:ss.\r\nNote: date and time will correlate with the time zone provided.",
"format": "date-time",
"example": "2000-01-01T20:00:00"
},
"endTime": {
"type": "string",
"description": "End date and time of the event.\r\nSupported date format is ISO YYYY-MM-DDThh:mm:ss.\r\nNote: date and time will correlate with the time zone provided.",
"format": "date-time",
"example": "2000-01-01T20:00:00"
},
"timeZone": {
"type": "string",
"description": "Time zone of the event for determining the start time and end time.\r\nTime zones are expected in the IANA time zone format.\r\nFor a list of valid time zones, see https://nodatime.org/TimeZones.",
"nullable": true,
"example": "Australia/Sydney"
},
"additionalData": {
"type": "object",
"additionalProperties": {
"type": "string",
"nullable": true
},
"description": "Collection of key value pairs to update file meta data.",
"nullable": true
}
},
"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-eventdto"
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.