strong-arc
Version:
A visual suite for the StrongLoop API Platform
30 lines (29 loc) • 447 B
JSON
{
"name": "ArcApp",
"base": "Model",
"properties": {
"id": {
"type": "string",
"id": true
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"disabled": {
"type": "boolean"
},
"supports": {
"type": "any"
},
"supportsCurrentProject": {
"type": "boolean"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": []
}