TLP

The CISA defined Traffic Light Protocol (TLP)

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cloudforce-one-tlp-schema.json Raw ↑
{
  "$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"
}