{
"excel": {
"available": true,
"columns": [
"id",
"title",
"description",
"priority"
],
"rows": [
{
"id": "US-001",
"title": "Create order"
}
]
},
"jira": {
"available": false,
"issueType": "Story",
"rows": [
{
"property1": "string",
"property2": "string"
}
]
}
}