IBM WebSphere · Schema

WebSphere Application

Represents a deployed application in IBM WebSphere Application Server or Liberty, including its configuration, modules, deployment targets, and runtime status.

Application ServerCloud-NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string The unique name of the application within the server or cell.
displayName string Human-readable display name for the application.
description string Description of the application purpose and functionality.
status string Current runtime status of the application.
type string Application archive type.
contextRoot string Context root for web modules within the application.
location string File system location of the application archive or directory.
autoStart boolean Whether the application starts automatically when the server starts.
targetServer string Name of the server where the application is deployed.
targetCluster string Name of the cluster where the application is deployed.
modules array Application modules contained within the deployment.
classloaderPolicy string Class loader policy for the application.
classloaderMode string Class loading delegation mode.
securityRoles array Security roles defined in the application.
sessionManagement object Session management configuration.
version string Application version identifier.
deployedDate string Date and time the application was deployed.
lastModified string Date and time the application was last modified.
metadata object Additional metadata associated with the application.
View JSON Schema on GitHub

JSON Schema

application.json Raw ↑
{
  "$id": "application.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WebSphere Application",
  "description": "Represents a deployed application in IBM WebSphere Application Server or Liberty, including its configuration, modules, deployment targets, and runtime status.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The unique name of the application within the server or cell."
    },
    "displayName": {
      "type": "string",
      "description": "Human-readable display name for the application."
    },
    "description": {
      "type": "string",
      "description": "Description of the application purpose and functionality."
    },
    "status": {
      "type": "string",
      "enum": ["started", "stopped", "starting", "stopping", "installed", "unknown"],
      "description": "Current runtime status of the application."
    },
    "type": {
      "type": "string",
      "enum": ["ear", "war", "jar", "eba", "rar"],
      "description": "Application archive type."
    },
    "contextRoot": {
      "type": "string",
      "description": "Context root for web modules within the application.",
      "examples": ["/myapp"]
    },
    "location": {
      "type": "string",
      "description": "File system location of the application archive or directory."
    },
    "autoStart": {
      "type": "boolean",
      "default": true,
      "description": "Whether the application starts automatically when the server starts."
    },
    "targetServer": {
      "type": "string",
      "description": "Name of the server where the application is deployed."
    },
    "targetCluster": {
      "type": "string",
      "description": "Name of the cluster where the application is deployed."
    },
    "modules": {
      "type": "array",
      "description": "Application modules contained within the deployment.",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Module name."
          },
          "type": {
            "type": "string",
            "enum": ["web", "ejb", "connector", "client", "utility"],
            "description": "Module type."
          },
          "uri": {
            "type": "string",
            "description": "URI of the module within the application archive."
          },
          "contextRoot": {
            "type": "string",
            "description": "Context root for web modules."
          },
          "targetServer": {
            "type": "string",
            "description": "Target server for this module."
          }
        },
        "required": ["name", "type"]
      }
    },
    "classloaderPolicy": {
      "type": "string",
      "enum": ["SINGLE", "MULTIPLE"],
      "description": "Class loader policy for the application."
    },
    "classloaderMode": {
      "type": "string",
      "enum": ["PARENT_FIRST", "PARENT_LAST"],
      "description": "Class loading delegation mode."
    },
    "securityRoles": {
      "type": "array",
      "description": "Security roles defined in the application.",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Security role name."
          },
          "description": {
            "type": "string"
          },
          "mappedUsers": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Users mapped to this role."
          },
          "mappedGroups": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Groups mapped to this role."
          }
        },
        "required": ["name"]
      }
    },
    "sessionManagement": {
      "type": "object",
      "description": "Session management configuration.",
      "properties": {
        "sessionTimeout": {
          "type": "integer",
          "description": "Session timeout in minutes."
        },
        "enableCookies": {
          "type": "boolean",
          "default": true
        },
        "enableURLRewriting": {
          "type": "boolean",
          "default": false
        },
        "persistenceMode": {
          "type": "string",
          "enum": ["NONE", "DATABASE", "MEMORY_TO_MEMORY", "DATA_REPLICATION"],
          "description": "Session persistence mode."
        }
      }
    },
    "version": {
      "type": "string",
      "description": "Application version identifier."
    },
    "deployedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the application was deployed."
    },
    "lastModified": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the application was last modified."
    },
    "metadata": {
      "type": "object",
      "additionalProperties": true,
      "description": "Additional metadata associated with the application."
    }
  },
  "required": ["name", "type"]
}

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/application"
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.