Schema description fix
This commit is contained in:
parent
561b8f4eed
commit
f3fb0797bf
@ -3,7 +3,7 @@ import moment from 'moment'
|
|||||||
|
|
||||||
export const configurationSchema = {
|
export const configurationSchema = {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
description: 'a array of emails (receivers)',
|
description: 'an array of emails (receivers)',
|
||||||
properties: {
|
properties: {
|
||||||
to: {
|
to: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
|
Loading…
Reference in New Issue
Block a user