strong-arc
Version:
A visual suite for the StrongLoop API Platform
28 lines (27 loc) • 412 B
JSON
{
"name": "Deployment",
"base": "Model",
"properties": {
"host": {
"type": "string",
"required": true
},
"port": {
"type": "number",
"required": true
},
"branch": {
"type": "string"
},
"archive": {
"type": "string"
},
"type": {
"type": "string"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": []
}