Made a little json schema template
This commit is contained in:
24
import-template.json
Normal file
24
import-template.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"project": {
|
||||
"name": "New Project",
|
||||
"description": "Describe the project here."
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"title": "Root Task Example",
|
||||
"description": "Optional description.",
|
||||
"status": "backlog",
|
||||
"estimated_minutes": 60,
|
||||
"tags": ["example"],
|
||||
"flag_color": "orange",
|
||||
"subtasks": [
|
||||
{
|
||||
"title": "Subtask Example",
|
||||
"status": "backlog",
|
||||
"estimated_minutes": 30,
|
||||
"tags": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user