Acceldata · Schema

Alert

A data quality or pipeline monitoring alert

AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Properties

Name Type Description
id string Unique alert identifier
title string Alert title
severity string Alert severity level
status string Current alert status
ruleId string Data quality rule that triggered this alert
datasetId string Dataset associated with the alert
datasetName string Dataset name
metricValue number Actual metric value that triggered the alert
threshold number Threshold that was exceeded
triggeredAt string When the alert was triggered
View JSON Schema on GitHub

JSON Schema

adoc-api-alert-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://acceldata.io/schemas/alert.json",
  "title": "Alert",
  "type": "object",
  "description": "A data quality or pipeline monitoring alert",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique alert identifier"
    },
    "title": {
      "type": "string",
      "description": "Alert title"
    },
    "severity": {
      "type": "string",
      "description": "Alert severity level",
      "enum": [
        "critical",
        "high",
        "medium",
        "low"
      ]
    },
    "status": {
      "type": "string",
      "description": "Current alert status",
      "enum": [
        "open",
        "resolved",
        "acknowledged"
      ]
    },
    "ruleId": {
      "type": "string",
      "description": "Data quality rule that triggered this alert"
    },
    "datasetId": {
      "type": "string",
      "description": "Dataset associated with the alert"
    },
    "datasetName": {
      "type": "string",
      "description": "Dataset name"
    },
    "metricValue": {
      "type": "number",
      "format": "double",
      "description": "Actual metric value that triggered the alert"
    },
    "threshold": {
      "type": "number",
      "format": "double",
      "description": "Threshold that was exceeded"
    },
    "triggeredAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the alert was triggered"
    }
  }
}

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/adoc-api-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 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.