{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExtendedServerInfo", "title": "ExtendedServerInfo", "type": "object", "properties": { "ID": { "type": "integer" }, "Name": { "type": "string" }, "ApiTokens": { "type": "array", "items": { "type": "string" } }, "ServerLink": { "type": "string" }, "Color": { "type": "string" }, "SmtpApiActivated": { "type": "boolean" }, "RawEmailEnabled": { "type": "boolean" }, "DeliveryHookUrl": { "type": "string" }, "InboundAddress": { "type": "string" }, "InboundHookUrl": { "type": "string" }, "BounceHookUrl": { "type": "string" }, "OpenHookUrl": { "type": "string" }, "PostFirstOpenOnly": { "type": "boolean" }, "TrackOpens": { "type": "boolean" }, "TrackLinks": { "type": "string", "enum": [ "None", "HtmlAndTextTracking", "HtmlOnlyTracking", "TextOnlyTracking" ] }, "ClickHookUrl": { "type": "string" }, "InboundDomain": { "type": "string" }, "InboundHash": { "type": "string" }, "InboundSpamThreshold": { "type": "integer" } }, "description": "" }