Download this file

driver-t.json    27 lines (26 with data), 405 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "driverT",
"base": "PersistedModel",
"idInjection": true,
"options": {
"validateUpsert": true
},
"properties": {
"name": {
"type": "string"
},
"protocol": {
"type": "string"
},
"version": {
"type": "string"
},
"description": {
"type": "string"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}