IBM WebSphere · JSON Structure

Websphere Automation Rest Fix Structure

Type: object Properties: 9
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

id name type description resolvedCVEs applicableVersions downloadURL releaseDate size

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Fix",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "resolvedCVEs": {
      "type": "array"
    },
    "applicableVersions": {
      "type": "array"
    },
    "downloadURL": {
      "type": "string"
    },
    "releaseDate": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    }
  }
}