Stellar Cyber · Schema
Stellar Cyber Case
A security case in the Stellar Cyber Open XDR platform representing an ongoing investigation
CybersecuritySecurityXDRSIEMSOARArtificial Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the case |
| name | string | Display name of the security case |
| description | string | Detailed description of the case |
| status | string | Current status of the case |
| priority | string | Severity/priority level of the case |
| assignee | string | Username of the analyst assigned to the case |
| tenant_id | string | Tenant identifier for multi-tenant environments |
| created_at | string | ISO 8601 timestamp when the case was created |
| updated_at | string | ISO 8601 timestamp when the case was last updated |
| alert_count | integer | Number of alerts associated with the case |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/api-evangelist/stellar-cyber/blob/main/json-schema/stellar-cyber-case-schema.json",
"title": "Stellar Cyber Case",
"description": "A security case in the Stellar Cyber Open XDR platform representing an ongoing investigation",
"type": "object",
"required": ["id", "name", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the case"
},
"name": {
"type": "string",
"description": "Display name of the security case"
},
"description": {
"type": "string",
"description": "Detailed description of the case"
},
"status": {
"type": "string",
"enum": ["open", "closed", "investigating"],
"description": "Current status of the case"
},
"priority": {
"type": "string",
"enum": ["critical", "high", "medium", "low"],
"description": "Severity/priority level of the case"
},
"assignee": {
"type": "string",
"description": "Username of the analyst assigned to the case"
},
"tenant_id": {
"type": "string",
"description": "Tenant identifier for multi-tenant environments"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the case was created"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the case was last updated"
},
"alert_count": {
"type": "integer",
"minimum": 0,
"description": "Number of alerts associated with the case"
}
},
"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/stellar-cyber-case"
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.