##Samples
section: {
title: "123",
tags: [],
cards: [ #card ],
}
card: {
parent_card_id: "asdasd",
section_id: "asdasd",
title: "123",
type: "1234",
tags: [],
cards: [ #card ],
use_cases: [ #use_case ]
}
use_case: {
parent_card_id: "asdasd",
title: "1234",
"tags": [],
head_node_id: "abcd",
nodes: [ #node ]
}
node = {
"use_case_id: "1",
"question": {
"explanation": "",
"question_text": "123",
"tags": [],
"answers": [
{
"text": "123",
"node_id": "node_id_3""
}
]
},
"conclusion": {
"text": "123",
"links": [
{
"text": "123",
"link": "http://google.com"
}
],
"tags": [ ]
}
}
Objects are substituted into IDs in DB.