var card_template: Dictionary = { "ID": -1, "caption": "", "primaty_post_its": [], "drops": [] } var post_it_template: Dictionary = { "ID": -1, "caption": "" } var drop_template: Dictionary = { "ID": -1, "weight_1": 0.0, "weight_2": 0.0 } var story_event = { "ID": -1, "caption": "", "cards": [] }