opal/trunk/tasks/testt.json
2012-04-22 07:06:05 +00:00

43 lines
1.0 KiB
JSON

{
"title": "Example task",
"author": "Anton Vakhrushev",
"meta": "av-example-task",
"models": {
"sintaylor": {
"title": "Simple model for example",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"exec": true,
"params": {
"r": {
"type": "float",
"default": 6.28,
"title": "Right edge",
"comment": "Right edge"
},
"d": {
"type": "int",
"default": 5,
"title": "Serie deep",
"comment": "Number of members in taylor serie"
},
"n": {
"type": "int",
"default": 10,
"title": "Steps",
"comment": "Number of steps for algorithm"
}
}
}
}
}