UNPKG

773 BJSONView Raw
1{
2 "bundle": "service",
3 "label": "Service propertie",
4 "description": "All services properties",
5 "refLabel": "name",
6 "fields": {
7 "id": {
8 "label": "Id",
9 "type": "primary"
10 },
11 "name": {
12 "label": "Name",
13 "type": "text",
14 "required": true,
15 "isList": true,
16 "isFilter": true
17 },
18 "code": {
19 "label": "Code",
20 "type": "text",
21 "unique": true,
22 "required": true,
23 "isList": true,
24 "isFilter": true
25 },
26 "description": {
27 "label": "Description",
28 "type": "textarea",
29 "isList": true,
30 "isFilter": true
31 }
32 }
33}