30 lines
470 B
JSON
30 lines
470 B
JSON
{
|
|
"name": "Message",
|
|
"base": "Model",
|
|
"properties": {},
|
|
"validations": [],
|
|
"relations": {},
|
|
"acls": [],
|
|
"methods": {
|
|
"greet": {
|
|
"isStatic": true,
|
|
"accepts": [
|
|
{
|
|
"arg": "msg",
|
|
"type": "string",
|
|
"http": {
|
|
"source": "query"
|
|
}
|
|
}
|
|
],
|
|
"returns": {
|
|
"arg": "greeting",
|
|
"type": "string"
|
|
},
|
|
"http": {
|
|
"verb": "get"
|
|
}
|
|
}
|
|
}
|
|
}
|