This commit is contained in:
anwinged
2012-03-11 10:00:06 +00:00
parent 5411a8082b
commit e2832b8385
2 changed files with 23 additions and 21 deletions

View File

@ -8,6 +8,7 @@
"title": "Simple example model",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"data": {
@ -26,6 +27,7 @@
"default": {
"title": "Default method",
"author": "Anton Vakhrushev",
"data": {
"p": {
"type": "int",
@ -33,22 +35,8 @@
}
}
}
},
"result": {
"data": {
"sum": "int"
},
"table": {
"head": [
{ "x" : "int" },
{ "u" : "double" }
]
}
}
}
}
}