IBM WebSphere · JSON Structure

Websphere Automation Rest Vulnerability Structure

Type: object Properties: 10
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

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

Properties

id cveIds severity cvssScore description affectedServers status availableFixes publishedDate discoveredDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Vulnerability",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "cveIds": {
      "type": "array"
    },
    "severity": {
      "type": "string"
    },
    "cvssScore": {
      "type": "number"
    },
    "description": {
      "type": "string"
    },
    "affectedServers": {
      "type": "array"
    },
    "status": {
      "type": "string"
    },
    "availableFixes": {
      "type": "array"
    },
    "publishedDate": {
      "type": "string"
    },
    "discoveredDate": {
      "type": "string"
    }
  }
}