{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-camd-services-email-recipient-list-request-dto-structure.json", "name": "EmailRecipientListRequestDto", "description": "EmailRecipientListRequestDto schema from CAMD Administrative & General Services OpenAPI Specification", "type": "object", "properties": { "emailType": { "type": "string", "description": "The type of email", "example": "SUBMISSIONREMINDER" }, "plantIdList": { "type": "array", "items": { "type": "double" }, "description": "List of plant IDs", "example": [ 1, 3, 5 ] } }, "required": [ "emailType", "plantIdList" ] }