IBM WebSphere · JSON Structure

Open Libertys Server Config Structure

Type: object Properties: 3
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

description featureManager httpEndpoint

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServerConfig",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "featureManager": {
      "type": "object"
    },
    "httpEndpoint": {
      "type": "array"
    }
  }
}