{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CParamsEmail", "title": "CParamsEmail", "type": "object", "properties": { "recipients": { "type": "array", "items": { "type": "string" } }, "subject": { "type": "string" }, "bodyTemplate": { "type": "string" } } }