opal/trunk/tasks/task.js
anwinged cab9f496ee
2012-03-11 10:00:06 +00:00

44 lines
1023 B
JavaScript

{
"title": "Example task",
"author": "Anton Vakhrushev",
"models": {
"simpleexample": {
"title": "Simple example model",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"data": {
"x": {
"type": "int",
"default": 10
},
"u": {
"type": "double",
"default": 3.14
}
},
"methods": {
"default": {
"title": "Default method",
"author": "Anton Vakhrushev",
"data": {
"p": {
"type": "int",
"default": 20
}
}
}
}
}
}
}