UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

24 lines (22 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Outcome = { "id": "./Outcome", "title": "Outcome", "description": "A call outcome from Dancecard's call tracking system. These Outcomes are setup in Dancecard.", "type": "object", "properties": { "_id": { "description": "Unique ID generated by database for outcome", "type": "string" }, "outcome_name": { "description": "User provided name for outcome.", "type": "string" } }, "required": ["_id", "outcome_name"] }; exports.Outcome = Outcome;