UNPKG
conjuror
Version:
latest (0.2.10)
0.2.10
0.2.8
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
A magical CSV data parsing and outputing wizard or witch
github.com/bnvk/Conjuror
conjuror
/
recipes
/
createClients.recipe.json
19 lines
(18 loc)
•
304 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{
"options"
:
[
{
"name"
:
"name"
,
"type"
:
"string"
}
,
{
"name"
:
"title"
,
"type"
:
"string"
}
,
{
"name"
:
"last_updated"
,
"type"
:
"date"
}
,
{
"name"
:
"resources"
,
"type"
:
"resources"
,
"options"
:
{
"has_path"
:
true
}
}
]
}
]