IBM WebSphere · Schema

SharedConfig

Application ServerCloud-NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string Configuration name
description string
content string Configuration XML content
lastModified string
View JSON Schema on GitHub

JSON Schema

websphere-liberty-collective-controller-rest-shared-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SharedConfig",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Configuration name"
    },
    "description": {
      "type": "string"
    },
    "content": {
      "type": "string",
      "description": "Configuration XML content"
    },
    "lastModified": {
      "type": "string"
    }
  }
}