summaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings/definitions.json
blob: 581572eb345420f5e9e80949d2d8d96743e1ee5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
  "addressbook": {
    "author": "Nextcloud",
    "app": "dav",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the addressbook on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the addressbook which should be used in the visual representation",
        "example": "Contacts"
      }
    }
  },
  "addressbook-contact": {
    "author": "Nextcloud",
    "app": "dav",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the contact on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the contact which should be used in the visual representation",
        "example": "John Doe"
      }
    }
  },
  "announcement": {
    "author": "Joas Schilling",
    "app": "announcementcenter",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the announcement on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The announcement subject which should be used in the visual representation",
        "example": "file.txt"
      },
      "link": {
        "since": "9.2.0",
        "required": false,
        "description": "The full URL to the file",
        "example": "http://localhost/index.php/apps/announcements/#23"
      }
    }
  },
  "calendar": {
    "author": "Nextcloud",
    "app": "dav",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the calendar on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the calendar which should be used in the visual representation",
        "example": "Personal"
      }
    }
  },
  "calendar-event": {
    "author": "Nextcloud",
    "app": "dav",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the event on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the event which should be used in the visual representation",
        "example": "Workout"
      }
    }
  },
  "file": {
    "author": "Nextcloud",
    "app": "dav",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the file on the instance",
        "example": "42"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The file name which should be used in the visual representation",
        "example": "file.txt"
      },
      "path": {
        "since": "9.2.0",
        "required": true,
        "description": "The full path of the file for the user",
        "example": "path/to/file.txt"
      },
      "link": {
        "since": "9.2.0",
        "required": false,
        "description": "The full URL to the file",
        "example": "http://localhost/index.php/f/42"
      }
    }
  },
  "systemtag": {
    "author": "Nextcloud",
    "app": "core",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the systemtag on the instance",
        "example": "23"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the systemtag which should be used in the visual representation",
        "example": "Project 1"
      },
      "visibility": {
        "since": "9.2.0",
        "required": true,
        "description": "If the user can see the systemtag",
        "example": "1"
      },
      "assignable": {
        "since": "9.2.0",
        "required": true,
        "description": "If the user can assign the systemtag",
        "example": "0"
      }
    }
  },
  "user": {
    "author": "Nextcloud",
    "app": "core",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the user on the instance",
        "example": "johndoe"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the user which should be used in the visual representation",
        "example": "John Doe"
      },
      "server": {
        "since": "9.2.0",
        "required": false,
        "description": "The URL of the instance the user lives on",
        "example": "localhost"
      }
    }
  },
  "user-group": {
    "author": "Nextcloud",
    "app": "core",
    "since": "9.2.0",
    "parameters": {
      "id": {
        "since": "9.2.0",
        "required": true,
        "description": "The id used to identify the group on the instance",
        "example": "supportteam"
      },
      "name": {
        "since": "9.2.0",
        "required": true,
        "description": "The display name of the group which should be used in the visual representation",
        "example": "Support Team"
      }
    }
  }
}