Swimlane · Schema

Swimlane Application

A Swimlane application (workspace) that defines the structure for cases, alerts, or incident records.

SOARSecurity OrchestrationAutomationIncident ResponsePlaybooksCase ManagementSecurity OperationsAgentic AI

Properties

Name Type Description
id string Unique application identifier
name string Application display name
description string Application description
acronym string Application acronym used as prefix for tracking IDs (e.g., INC for INC-12345)
fields array Fields defined in the application schema
View JSON Schema on GitHub

JSON Schema

swimlane-app.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/swimlane/main/json-schema/swimlane-app.json",
  "title": "Swimlane Application",
  "description": "A Swimlane application (workspace) that defines the structure for cases, alerts, or incident records.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique application identifier"
    },
    "name": {
      "type": "string",
      "description": "Application display name"
    },
    "description": {
      "type": "string",
      "description": "Application description"
    },
    "acronym": {
      "type": "string",
      "description": "Application acronym used as prefix for tracking IDs (e.g., INC for INC-12345)"
    },
    "fields": {
      "type": "array",
      "description": "Fields defined in the application schema",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "Unique field identifier"
          },
          "name": {
            "type": "string",
            "description": "Field display name"
          },
          "fieldType": {
            "type": "string",
            "description": "Field data type",
            "enum": ["text", "number", "date", "selection", "multiSelection", "reference", "userGroup", "comment", "attachment", "checkbox", "email", "phone", "url"]
          },
          "required": {
            "type": "boolean",
            "description": "Whether the field is required"
          },
          "readOnly": {
            "type": "boolean",
            "description": "Whether the field is read-only"
          }
        }
      }
    }
  }
}

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/swimlane-app"
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.