47 lines
1014 B
JSON
47 lines
1014 B
JSON
{
|
|
"fields": {
|
|
"entityType": {
|
|
"type": "enum",
|
|
"translation": "Global.scopeNames",
|
|
"required": true
|
|
},
|
|
"file": {
|
|
"type": "file",
|
|
"required": true
|
|
},
|
|
"importedCount": {
|
|
"type": "int",
|
|
"readOnly": true,
|
|
"notStorable": true
|
|
},
|
|
"duplicateCount": {
|
|
"type": "int",
|
|
"readOnly": true,
|
|
"notStorable": true
|
|
},
|
|
"updatedCount": {
|
|
"type": "int",
|
|
"readOnly": true,
|
|
"notStorable": true
|
|
},
|
|
"createdAt": {
|
|
"type": "datetime",
|
|
"readOnly": true
|
|
},
|
|
"createdBy": {
|
|
"type": "link",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"links": {
|
|
"createdBy": {
|
|
"type": "belongsTo",
|
|
"entity": "User"
|
|
}
|
|
},
|
|
"collection": {
|
|
"sortBy": "createdAt",
|
|
"asc": false
|
|
}
|
|
}
|