mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
18 lines
546 B
JSON
18 lines
546 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/smsProviders.json",
|
|
"title": "app/smsProviders",
|
|
"description": "SMS providers.",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"description": "A provider name.",
|
|
"properties": {
|
|
"senderClassName": {
|
|
"type": "string",
|
|
"description": "A sender class. Should implement Espo\\Core\\Sms\\Sender."
|
|
}
|
|
}
|
|
}
|
|
}
|