Apache James · JSON Structure

Webadmin Rest Api Domain Request Structure

Request body for domain operations

Type: object Properties: 1
EmailIMAPJavaJMAPMail ServerOpen SourceSMTP

DomainRequest is a JSON Structure definition published by Apache James, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

domain

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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