UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

27 lines (25 loc) 620 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Account = { "id": "./Account", "title": "Account", "description": "An Account object that is associated with programs, template blocks, and emails", "type": "object", "properties": { "_id": { "description": "Unique ID generated by database.", "type": "string" }, "account_name": { "description": "User provided Account name.", "type": "string" }, "external_id": { "description": "Account ID in external system.", "type": "string" } } }; exports.Account = Account;