UNPKG

2.63 kBJSONView Raw
1{
2 "fields": [
3 {
4 "name": "name",
5 "properties": {
6 "editor": "Input",
7 "isRequired": true,
8 "isListField": true,
9 "fieldType": "String",
10 "isUnique": true
11 },
12 "_links": {
13 "update": {
14 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/1",
15 "method": "PUT"
16 },
17 "hide": {
18 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/1/hide",
19 "method": "PUT"
20 },
21 "disable": {
22 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/1/disable",
23 "method": "PUT"
24 },
25 "lock": {
26 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/1/lock",
27 "method": "PUT"
28 },
29 "delete": {
30 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/1",
31 "method": "DELETE"
32 }
33 },
34 "canDelete": true,
35 "canDisable": true,
36 "canHide": true,
37 "canLock": true,
38 "canUpdate": true,
39 "partitioning": "invariant"
40 },
41 {
42 "name": "description",
43 "properties": {
44 "editor": "Input",
45 "isListField": true,
46 "fieldType": "String"
47 },
48 "_links": {
49 "update": {
50 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/2",
51 "method": "PUT"
52 },
53 "hide": {
54 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/2/hide",
55 "method": "PUT"
56 },
57 "disable": {
58 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/2/disable",
59 "method": "PUT"
60 },
61 "lock": {
62 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/2/lock",
63 "method": "PUT"
64 },
65 "delete": {
66 "href": "/api/apps/my-blog-squidex/schemas/tag/fields/2",
67 "method": "DELETE"
68 }
69 },
70 "canDelete": true,
71 "canDisable": true,
72 "canHide": true,
73 "canLock": true,
74 "canUpdate": true,
75 "partitioning": "invariant"
76 }
77 ],
78 "properties": {}
79}