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-configelement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigElement",
  "title": "ConfigElement",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "Unique identifier",
      "example": "500123"
    },
    "configElementName": {
      "type": "string",
      "description": "Configuration element type name",
      "example": "example_value"
    }
  },
  "additionalProperties": true
}