UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

20 lines (18 loc) 493 B
let 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"] } export { Outcome }