20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"fields": {
|
|
"name": {
|
|
"type": "varchar",
|
|
"required": true,
|
|
"maxLength": 36,
|
|
"index": true
|
|
},
|
|
"type": {
|
|
"type": "enum"
|
|
}
|
|
},
|
|
"links": {
|
|
},
|
|
"collection": {
|
|
"sortBy": "name",
|
|
"asc": true
|
|
}
|
|
}
|