23 lines
381 B
JSON
23 lines
381 B
JSON
{
|
|
"fields": {
|
|
"name": {
|
|
"maxLength": 150,
|
|
"required": true
|
|
}
|
|
},
|
|
"links": {
|
|
"users": {
|
|
"type": "hasMany",
|
|
"entity": "User"
|
|
},
|
|
"teams": {
|
|
"type": "hasMany",
|
|
"entity": "Team"
|
|
}
|
|
},
|
|
"collection": {
|
|
"sortBy": "name",
|
|
"asc": true
|
|
}
|
|
}
|