email-security_Message

APIs.ioEngineeringPlatform

Properties

Name Type Description
code integer
message string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_Message",
  "title": "email-security_Message",
  "properties": {
    "code": {
      "format": "int32",
      "minimum": 1000,
      "type": "integer"
    },
    "message": {
      "type": "string"
    }
  },
  "required": [
    "code",
    "message"
  ],
  "type": "object"
}