home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "EmailNotification": "Boolean NOT NULL",
- "EmailAddress1": "Text (255)",
- "EmailAddress2": "Text (255)",
- "EmailFrequency": "Byte",
- "EmailSchedule": "Text (50)",
- "EmailLastSent": "Long Integer",
- "EmailServer": "Text (255)"
- },
- "data": [
- {
- "EmailNotification": 0,
- "EmailAddress1": "name@something.com",
- "EmailFrequency": 0,
- "EmailSchedule": "1,2,3",
- "EmailLastSent": 1025135816,
- "EmailServer": "mail.yourservername.com"
- }
- ]
- }