HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HKemperman1/osthoes.nl/wwwroot/DesktopModules/OpenForm/settings-schema.json
{
    "type": "object",
    "properties": {
        "Notifications": {
            "title": "Email Notifications",
            "type": "array",
            "items": {
                "title": "Notification",
                "type": "object",
                "default": {
                    "FromNameField": "Name",
                    "FromEmailField": "Email",
                    "ToNameField": "Name",
                    "ToEmailField": "Email",
                    "ReplyToNameField": "Name",
                    "ReplyToEmailField": "Email"
                },
                "properties": {
                    "From": {
                        "title": "From",
                        "type": "string",
                        "enum": [ "host", "admin", "form", "custom", "current" ]
                    },
                    "FromName": {
                        "title": "From Name",
                        "type": "string",
                        "dependencies": "From"
                    },
                    "FromEmail": {
                        "title": "From Email",
                        "type": "string",
                        "dependencies": "From"
                    },
                    "FromNameField": {
                        "title": "From Name Field",
                        "type": "string",
                        "dependencies": "From"
                    },
                    "FromEmailField": {
                        "title": "From Email Field",
                        "type": "string",
                        "dependencies": "From"
                    },
                    "To": {
                        "title": "To",
                        "type": "string",
                        "enum": [ "host", "admin", "form", "custom", "current" ]
                    },
                    "ToName": {
                        "title": "To Name",
                        "type": "string",
                        "dependencies": "To"
                    },
                    "ToEmail": {
                        "title": "To Email",
                        "type": "string",
                        "required": true,
                        "dependencies": "To"
                    },
                    "ToNameField": {
                        "title": "To Name Field",
                        "type": "string",
                        "dependencies": "To",
                        "default": "Name"
                    },
                    "ToEmailField": {
                        "title": "To Email Field",
                        "type": "string",
                        "dependencies": "To",
                        "default": "Email"
                    },
                    "ReplyTo": {
                        "title": "ReplyTo",
                        "type": "string",
                        "enum": [ "host", "admin", "form", "custom", "current" ]
                    },
                    "ReplyToName": {
                        "title": "ReplyTo Name",
                        "type": "string",
                        "dependencies": "ReplyTo"
                    },
                    "ReplyToEmail": {
                        "title": "ReplyTo Email",
                        "type": "string",
                        "dependencies": "ReplyTo"
                    },
                    "ReplyToNameField": {
                        "title": "ReplyTo Name Field",
                        "type": "string",
                        "dependencies": "ReplyTo"
                    },
                    "ReplyToEmailField": {
                        "title": "ReplyTo Email Field",
                        "type": "string",
                        "dependencies": "ReplyTo",
                        "default": "Email"
                    },
                    "EmailSubject": {
                        "title": "Email subject",
                        "type": "string"
                    },
                    "EmailBody": {
                        "title": "Email body",
                        "type": "string"
                    }
                }
            }
        },
        "Settings": {
            "title": "Settings",
            "type": "object",
            "properties": {
                "Message": {
                    "title": "Message After Submit",
                    "type": "string"
                },
                "Tracking": {
                    "title": "Tracking script (Adwords, ...)",
                    "type": "string"
                },
                "SiteKey": { 
                    "title": "reCaptcha Site Key",
                    "type": "string"
                },
                "SecretKey": { 
                     "title": "reCaptcha Secret Key",
                    "type": "string"
                }
            }
        }
    }
}