Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax


Div
stylefont-size: small;


Code Block
"threats": [
 {
  "id": "<Threat Category ID>",
  "category": "<Threat Category Name>",
  "confidence": "<Level>",
  "risk": "<Level>"
 }
]



Example


Div
stylefont-size: small;


Code Block
    "threats": [
      {
        "id": "GGT7",
        "category": "Disasters",
        "confidence": "MODERATE",
        "risk": "MEDIUM"
      }



Data Type

Array of objects
RequiredIncluded only if threats are detected. If no threats are detected, the threats array is empty.
More Information/wiki/spaces/VDOC/pages/930545669

...