IBM WebSphere · JSON Structure

Websphere Liberty Admin Rest Liberty Application Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

LibertyApplication is a JSON Structure definition published by IBM WebSphere, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name location type contextRoot state autoStart

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibertyApplication",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "contextRoot": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "autoStart": {
      "type": "boolean"
    }
  }
}