IBM WebSphere · Schema

ConfigElement

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
uid string Unique identifier
configElementName string Configuration element type name
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-config-element-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConfigElement",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "Unique identifier"
    },
    "configElementName": {
      "type": "string",
      "description": "Configuration element type name"
    }
  }
}