IBM WebSphere · JSON Structure

Websphere Admin Rest Config Resource Structure

Type: object Properties: 5
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

id type name attributes links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConfigResource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    },
    "links": {
      "type": "array"
    }
  }
}