Instabug (Luciq) · Schema

Luciq Crash Occurrence

A single instance of a crash captured on a specific device/session. Identified by a ULID and carries full environmental context: device, OS, memory/storage, app status, user identity, and a pointer to the underlying log payload.

Agentic AIAPMApplication Performance MonitoringBug ReportingCrash ReportingMCPMobileMobile ObservabilityObservabilitySession Replay

Properties

Name Type Description
ulid string ULID identifying this specific occurrence.
crash_number integer
timestamp string
device string
os string
os_version string
app_version string
memory_mb integer
storage_mb integer
app_status string
user_id string
log_url string
View JSON Schema on GitHub

JSON Schema

instabug-occurrence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instabug/main/json-schema/instabug-occurrence-schema.json",
  "title": "Luciq Crash Occurrence",
  "description": "A single instance of a crash captured on a specific device/session. Identified by a ULID and carries full environmental context: device, OS, memory/storage, app status, user identity, and a pointer to the underlying log payload.",
  "type": "object",
  "required": ["ulid"],
  "properties": {
    "ulid": { "type": "string", "description": "ULID identifying this specific occurrence." },
    "crash_number": { "type": "integer" },
    "timestamp": { "type": "string", "format": "date-time" },
    "device": { "type": "string" },
    "os": { "type": "string" },
    "os_version": { "type": "string" },
    "app_version": { "type": "string" },
    "memory_mb": { "type": "integer", "minimum": 0 },
    "storage_mb": { "type": "integer", "minimum": 0 },
    "app_status": {
      "type": "string",
      "enum": ["foreground", "background"]
    },
    "user_id": { "type": "string" },
    "log_url": { "type": "string", "format": "uri" }
  }
}

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/instabug-occurrence"
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.