strong-arc
Version:
A visual suite for the StrongLoop API Platform
35 lines (34 loc) • 500 B
JSON
{
"name": "Build",
"base": "PersistedModel",
"properties": {
"stdout": {
"type": [
"string"
],
"default": []
},
"stderr": {
"type": [
"string"
],
"default": []
},
"type": {
"type": "string"
},
"archive": {
"type": "string"
},
"started": {
"type": "date"
},
"skipBundle": {
"type": "boolean"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": []
}