13 lines
202 B
JSON
13 lines
202 B
JSON
|
{
|
||
|
"name": "Employee",
|
||
|
"base": "MyModel",
|
||
|
"validateUpsert": true,
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
}
|
||
|
},
|
||
|
"acls": []
|
||
|
}
|