IBM WebSphere · Schema

ServerConfig

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
description string Server description
featureManager object
httpEndpoint array
application array
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-server-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServerConfig",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Server description"
    },
    "featureManager": {
      "type": "object"
    },
    "httpEndpoint": {
      "type": "array"
    },
    "application": {
      "type": "array"
    }
  }
}