Stellar Cyber · Schema

Stellar Cyber Alert

A security alert generated by the Stellar Cyber Open XDR platform

CybersecuritySecurityXDRSIEMSOARArtificial Intelligence

Properties

Name Type Description
id string Unique identifier for the alert
name string Alert name or title
severity string Severity level of the alert
status string Current status of the alert
tags array Tags applied to the alert for classification
tenant_id string Tenant identifier for multi-tenant environments
created_at string ISO 8601 timestamp when the alert was created
source string Source system or detection engine that generated the alert
View JSON Schema on GitHub

JSON Schema

stellar-cyber-alert-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/stellar-cyber/blob/main/json-schema/stellar-cyber-alert-schema.json",
  "title": "Stellar Cyber Alert",
  "description": "A security alert generated by the Stellar Cyber Open XDR platform",
  "type": "object",
  "required": ["id", "name", "severity"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the alert"
    },
    "name": {
      "type": "string",
      "description": "Alert name or title"
    },
    "severity": {
      "type": "string",
      "enum": ["critical", "high", "medium", "low", "informational"],
      "description": "Severity level of the alert"
    },
    "status": {
      "type": "string",
      "description": "Current status of the alert"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags applied to the alert for classification"
    },
    "tenant_id": {
      "type": "string",
      "description": "Tenant identifier for multi-tenant environments"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the alert was created"
    },
    "source": {
      "type": "string",
      "description": "Source system or detection engine that generated the alert"
    }
  }
}

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/stellar-cyber-alert"
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 email required.

A second provider on the same verified email joins the account you already have.