28 lines
546 B
JSON
28 lines
546 B
JSON
{
|
|
"fields": {
|
|
"requestId": {
|
|
"type": "varchar",
|
|
"maxLength": 64,
|
|
"index": true
|
|
},
|
|
"user": {
|
|
"type": "link",
|
|
"readOnly": true,
|
|
"index": true
|
|
},
|
|
"url": {
|
|
"type": "url"
|
|
},
|
|
"createdAt": {
|
|
"type": "datetime",
|
|
"readOnly": true
|
|
}
|
|
},
|
|
"links": {
|
|
"user": {
|
|
"type": "belongsTo",
|
|
"entity": "User"
|
|
}
|
|
}
|
|
}
|