Apache James · Schema

DomainRequest

Request body for domain operations

EmailIMAPJavaJMAPMail ServerOpen SourceSMTP

Properties

Name Type Description
domain string Email domain name
View JSON Schema on GitHub

JSON Schema

webadmin-rest-api-domain-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-james/refs/heads/main/json-schema/webadmin-rest-api-domain-request-schema.json",
  "title": "DomainRequest",
  "description": "Request body for domain operations",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Email domain name",
      "example": "example.com"
    }
  }
}