Added sample CheatSheet JSON file

master
Sarvesh D 2015-11-26 21:02:17 +05:30
parent 40369b3eee
commit 6ca971a9a9
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"id": "<: $lia_id :>_cheat_sheet",
"name": "<: $ia_name_separated :>",
"description": "displayed as subtitle of the AnswerBar; optional",
"metadata": {
"sourceName": "displayed at the bottom of the AnswerBar; optional",
"sourceUrl" : "https://url.to.the.source"
},
"aliases": [
"first alias", "second alias", "etc"
],
"template_type": "one of: keyboard, terminal, code, reference",
"section_order": [
"First Section",
"Second Section"
],
"sections": {
"First Section": [
{
"key": "Key 1.1",
"val": "Value 1.1"
},
{
"key": "Key 1.2",
"val": "Value 1.2"
}
],
"Second Section": [
{
"key": "Key 2.1",
"val": "Value 2.2"
},
{
"key": "Key 2.2",
"val": "Value 2.2"
}
]
}
}