email-security_PhishGuardReportTag

APIs.ioEngineeringPlatform

Properties

Name Type Description
category string
value string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-phishguardreporttag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_PhishGuardReportTag",
  "title": "email-security_PhishGuardReportTag",
  "properties": {
    "category": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "category",
    "value"
  ],
  "type": "object"
}