UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

16 lines (13 loc) 305 B
let VideoBlockSubtype = { "id": "./VideoBlockSubtype", "title": "VideoBlockSubtype", "description": "A Template Block Subtype for rendering a video", "type": "object", "properties": { "dummyfield": { "description": "", "type": "string" } } } export { VideoBlockSubtype }