A collection of all email templates.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmailTemplatesCollection", "title": "EmailTemplatesCollection", "type": "array", "items": { "$ref": "#/components/schemas/EmailTemplate" }, "description": "A collection of all email templates.", "x-internal": false }