A James mail server user account
{ "$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-user-schema.json", "title": "User", "description": "A James mail server user account", "type": "object", "properties": { "username": { "type": "string", "description": "User email address", "example": "[email protected]" } } }