email-security_ThreatCategory

APIs.ioEngineeringPlatform

Properties

Name Type Description
description string
id integer
name string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-threatcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_ThreatCategory",
  "title": "email-security_ThreatCategory",
  "properties": {
    "description": {
      "nullable": true,
      "type": "string"
    },
    "id": {
      "format": "int64",
      "type": "integer"
    },
    "name": {
      "nullable": true,
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}