UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

16 lines (13 loc) 311 B
let FileBlockSubtype = { "id": "./FileBlockSubtype", "title": "FileBlockSubtype", "description": "A Template Block Subtype for rendering files/attachments", "type": "object", "properties": { "dummyfield": { "description": "", "type": "string" } } } export { FileBlockSubtype }