The CISA defined Traffic Light Protocol (TLP)
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cloudforce-one_tlp", "title": "TLP", "description": "The CISA defined Traffic Light Protocol (TLP)", "enum": [ "clear", "amber", "amber-strict", "green", "red" ], "type": "string" }