Sorry · Schema

Sorry Notice

Schema for an incident or maintenance notice in the Sorry app platform

Status PagesIncident ManagementDeveloper ToolsMonitoringNotification

Properties

Name Type Description
id string Unique identifier for the notice
type string Type of notice: unplanned (incident), planned (maintenance), or general
state string Current state of the notice (e.g., open, monitoring, resolved)
timeline_state string Timeline-specific state for display purposes
subject string Title of the notice displayed to customers
synopsis string Short summary of the notice
link string Permalink URL for the notice
tag_list array List of tags associated with the notice
began_at string When the incident or maintenance began
ended_at string When the incident or maintenance ended
created_at string When the notice was created
updated_at string When the notice was last updated
View JSON Schema on GitHub

JSON Schema

sorry-notice-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sorry/main/json-schema/sorry-notice-schema.json",
  "title": "Sorry Notice",
  "description": "Schema for an incident or maintenance notice in the Sorry app platform",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the notice"
    },
    "type": {
      "type": "string",
      "enum": ["unplanned", "planned", "general"],
      "description": "Type of notice: unplanned (incident), planned (maintenance), or general"
    },
    "state": {
      "type": "string",
      "description": "Current state of the notice (e.g., open, monitoring, resolved)"
    },
    "timeline_state": {
      "type": "string",
      "description": "Timeline-specific state for display purposes"
    },
    "subject": {
      "type": "string",
      "description": "Title of the notice displayed to customers"
    },
    "synopsis": {
      "type": "string",
      "description": "Short summary of the notice"
    },
    "link": {
      "type": "string",
      "format": "uri",
      "description": "Permalink URL for the notice"
    },
    "tag_list": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of tags associated with the notice"
    },
    "began_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the incident or maintenance began"
    },
    "ended_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the incident or maintenance ended"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the notice was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the notice was last updated"
    }
  },
  "required": ["id", "type", "subject"]
}

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/sorry-notice"
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.