Versions Compared

Key

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

...

Structure

{
  "id": "<Threat category ID>",
  "category": "<Threat category Name>",
  "confidence": “<VALUE>”
}

Example

Code Block
languagejson
"threats": [

  {

    
    "id": "GGT6",


    "category": "Hate speech, harassment, and

     
 cyberbullying",


    "confidence": "VERY_HIGH"


  },

  {


    "id": "GGT1",


    "category": "Violence and gore",


    "confidence": "HIGH"

  }


]