waha-shared 1.0.169 → 1.0.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/dist/data/areas/areas.schema.json +0 -101
- package/dist/data/aslTimestamps/aslTimestamps.schema.json +0 -82
- package/dist/data/bibleAudios/bibleAudios.schema.json +0 -61
- package/dist/data/bibleBooks/bibleBooks.schema.json +0 -124
- package/dist/data/bibleChaptersList/bibleChaptersList.schema.json +0 -19
- package/dist/data/bibleStatuses/bibleStatuses.schema.json +0 -58
- package/dist/data/bibleTexts/bibleTexts.schema.json +0 -74
- package/dist/data/clones/clones.schema.json +0 -75
- package/dist/data/countries/countries.schema.json +0 -109
- package/dist/data/countriesAndLanguages/countriesAndLanguages.schema.json +0 -56
- package/dist/data/crowdinLanguages/crowdinLanguages.schema.json +0 -41
- package/dist/data/curriculumFoundations/curriculumFoundations.schema.json +0 -33
- package/dist/data/curriculumQuestions/curriculumQuestions.schema.json +0 -47
- package/dist/data/curriculumTopics/curriculumTopics.schema.json +0 -33
- package/dist/data/dblAudioLicenses/dblAudioLicenses.json +0 -6409
- package/dist/data/dblTextLicenses/dblTextLicenses.json +0 -14951
- package/dist/data/iosVoiceOverLanguages/iosVoiceOverLanguages.schema.json +0 -19
- package/dist/data/iso6933LanguageCodes/iso6933LanguageCodes.schema.json +0 -19
- package/dist/data/languageAssets/languageAssets.json +0 -499305
- package/dist/data/languageAssets/languageAssets.schema.json +0 -25
- package/dist/data/languages/languages.schema.json +0 -374
- package/dist/data/mediaDurations/mediaDurations.schema.json +0 -27
- package/dist/data/notification/notification.schema.json +0 -121
- package/dist/data/numeralMaps/numeralMaps.schema.json +0 -80
- package/dist/data/orphanedBibleTexts/orphanedBibleTexts.json +0 -2750
- package/dist/data/phoneLanguages/phoneLanguages.schema.json +0 -48
- package/dist/data/questions/questions.schema.json +0 -52
- package/dist/data/releaseNotes/releaseNotes.schema.json +0 -33
- package/dist/data/screenshots/screenshots.schema.json +0 -21
- package/dist/data/scripts/scripts.json +0 -20
- package/dist/data/scripts/scripts.schema.json +0 -26
- package/dist/data/sets/sets.schema.json +0 -135
- package/dist/data/specialIds/specialIds.schema.json +0 -132
- package/dist/data/translationsApp/translationsApp.schema.json +0 -1602
- package/dist/data/translationsFtb/translationsFtb.schema.json +0 -361
- package/dist/data/translationsIntroduction/translationsIntroduction.schema.json +0 -232
- package/dist/data/translationsQuestion/translationsQuestion.schema.json +0 -35
- package/dist/data/translationsSet/translationsSet.schema.json +0 -96
- package/dist/data/translationsSolarSpeaker/translationsSolarSpeaker.schema.json +0 -240
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.schema.json +0 -35
- package/dist/data/youtubePlaylists/youtubePlaylists.schema.json +0 -18
- package/dist/data/youtubeVideos/youtubeVideos.schema.json +0 -18
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"required": [
|
|
5
|
-
"$schema",
|
|
6
|
-
"data"
|
|
7
|
-
],
|
|
8
|
-
"additionalProperties": false,
|
|
9
|
-
"properties": {
|
|
10
|
-
"$schema": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"description": "Path to the JSON schema file"
|
|
13
|
-
},
|
|
14
|
-
"data": {
|
|
15
|
-
"title": "From the Book Translations",
|
|
16
|
-
"additionalProperties": {
|
|
17
|
-
"description": "Translations for a single language (identified by a 3-letter code)_",
|
|
18
|
-
"properties": {
|
|
19
|
-
"1CH": {
|
|
20
|
-
"minLength": 1,
|
|
21
|
-
"type": "string"
|
|
22
|
-
},
|
|
23
|
-
"1CO": {
|
|
24
|
-
"minLength": 1,
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
"1JN": {
|
|
28
|
-
"minLength": 1,
|
|
29
|
-
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
"1KI": {
|
|
32
|
-
"minLength": 1,
|
|
33
|
-
"type": "string"
|
|
34
|
-
},
|
|
35
|
-
"1PE": {
|
|
36
|
-
"minLength": 1,
|
|
37
|
-
"type": "string"
|
|
38
|
-
},
|
|
39
|
-
"1SA": {
|
|
40
|
-
"minLength": 1,
|
|
41
|
-
"type": "string"
|
|
42
|
-
},
|
|
43
|
-
"1TH": {
|
|
44
|
-
"minLength": 1,
|
|
45
|
-
"type": "string"
|
|
46
|
-
},
|
|
47
|
-
"1TI": {
|
|
48
|
-
"minLength": 1,
|
|
49
|
-
"type": "string"
|
|
50
|
-
},
|
|
51
|
-
"2CH": {
|
|
52
|
-
"minLength": 1,
|
|
53
|
-
"type": "string"
|
|
54
|
-
},
|
|
55
|
-
"2CO": {
|
|
56
|
-
"minLength": 1,
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"2JN": {
|
|
60
|
-
"minLength": 1,
|
|
61
|
-
"type": "string"
|
|
62
|
-
},
|
|
63
|
-
"2KI": {
|
|
64
|
-
"minLength": 1,
|
|
65
|
-
"type": "string"
|
|
66
|
-
},
|
|
67
|
-
"2PE": {
|
|
68
|
-
"minLength": 1,
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"2SA": {
|
|
72
|
-
"minLength": 1,
|
|
73
|
-
"type": "string"
|
|
74
|
-
},
|
|
75
|
-
"2TH": {
|
|
76
|
-
"minLength": 1,
|
|
77
|
-
"type": "string"
|
|
78
|
-
},
|
|
79
|
-
"2TI": {
|
|
80
|
-
"minLength": 1,
|
|
81
|
-
"type": "string"
|
|
82
|
-
},
|
|
83
|
-
"3JN": {
|
|
84
|
-
"minLength": 1,
|
|
85
|
-
"type": "string"
|
|
86
|
-
},
|
|
87
|
-
"ACT": {
|
|
88
|
-
"minLength": 1,
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
|
-
"AMO": {
|
|
92
|
-
"minLength": 1,
|
|
93
|
-
"type": "string"
|
|
94
|
-
},
|
|
95
|
-
"COL": {
|
|
96
|
-
"minLength": 1,
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
|
-
"DAN": {
|
|
100
|
-
"minLength": 1,
|
|
101
|
-
"type": "string"
|
|
102
|
-
},
|
|
103
|
-
"DEU": {
|
|
104
|
-
"minLength": 1,
|
|
105
|
-
"type": "string"
|
|
106
|
-
},
|
|
107
|
-
"ECC": {
|
|
108
|
-
"minLength": 1,
|
|
109
|
-
"type": "string"
|
|
110
|
-
},
|
|
111
|
-
"EPH": {
|
|
112
|
-
"minLength": 1,
|
|
113
|
-
"type": "string"
|
|
114
|
-
},
|
|
115
|
-
"EST": {
|
|
116
|
-
"minLength": 1,
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
"EXO": {
|
|
120
|
-
"minLength": 1,
|
|
121
|
-
"type": "string"
|
|
122
|
-
},
|
|
123
|
-
"EZK": {
|
|
124
|
-
"minLength": 1,
|
|
125
|
-
"type": "string"
|
|
126
|
-
},
|
|
127
|
-
"EZR": {
|
|
128
|
-
"minLength": 1,
|
|
129
|
-
"type": "string"
|
|
130
|
-
},
|
|
131
|
-
"GAL": {
|
|
132
|
-
"minLength": 1,
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
|
-
"GEN": {
|
|
136
|
-
"minLength": 1,
|
|
137
|
-
"type": "string"
|
|
138
|
-
},
|
|
139
|
-
"HAB": {
|
|
140
|
-
"minLength": 1,
|
|
141
|
-
"type": "string"
|
|
142
|
-
},
|
|
143
|
-
"HAG": {
|
|
144
|
-
"minLength": 1,
|
|
145
|
-
"type": "string"
|
|
146
|
-
},
|
|
147
|
-
"HEB": {
|
|
148
|
-
"minLength": 1,
|
|
149
|
-
"type": "string"
|
|
150
|
-
},
|
|
151
|
-
"HOS": {
|
|
152
|
-
"minLength": 1,
|
|
153
|
-
"type": "string"
|
|
154
|
-
},
|
|
155
|
-
"ISA": {
|
|
156
|
-
"minLength": 1,
|
|
157
|
-
"type": "string"
|
|
158
|
-
},
|
|
159
|
-
"JAS": {
|
|
160
|
-
"minLength": 1,
|
|
161
|
-
"type": "string"
|
|
162
|
-
},
|
|
163
|
-
"JDG": {
|
|
164
|
-
"minLength": 1,
|
|
165
|
-
"type": "string"
|
|
166
|
-
},
|
|
167
|
-
"JER": {
|
|
168
|
-
"minLength": 1,
|
|
169
|
-
"type": "string"
|
|
170
|
-
},
|
|
171
|
-
"JHN": {
|
|
172
|
-
"minLength": 1,
|
|
173
|
-
"type": "string"
|
|
174
|
-
},
|
|
175
|
-
"JOB": {
|
|
176
|
-
"minLength": 1,
|
|
177
|
-
"type": "string"
|
|
178
|
-
},
|
|
179
|
-
"JOL": {
|
|
180
|
-
"minLength": 1,
|
|
181
|
-
"type": "string"
|
|
182
|
-
},
|
|
183
|
-
"JON": {
|
|
184
|
-
"minLength": 1,
|
|
185
|
-
"type": "string"
|
|
186
|
-
},
|
|
187
|
-
"JOS": {
|
|
188
|
-
"minLength": 1,
|
|
189
|
-
"type": "string"
|
|
190
|
-
},
|
|
191
|
-
"JUD": {
|
|
192
|
-
"minLength": 1,
|
|
193
|
-
"type": "string"
|
|
194
|
-
},
|
|
195
|
-
"LAM": {
|
|
196
|
-
"minLength": 1,
|
|
197
|
-
"type": "string"
|
|
198
|
-
},
|
|
199
|
-
"LEV": {
|
|
200
|
-
"minLength": 1,
|
|
201
|
-
"type": "string"
|
|
202
|
-
},
|
|
203
|
-
"LUK": {
|
|
204
|
-
"minLength": 1,
|
|
205
|
-
"type": "string"
|
|
206
|
-
},
|
|
207
|
-
"MAL": {
|
|
208
|
-
"minLength": 1,
|
|
209
|
-
"type": "string"
|
|
210
|
-
},
|
|
211
|
-
"MAT": {
|
|
212
|
-
"minLength": 1,
|
|
213
|
-
"type": "string"
|
|
214
|
-
},
|
|
215
|
-
"MIC": {
|
|
216
|
-
"minLength": 1,
|
|
217
|
-
"type": "string"
|
|
218
|
-
},
|
|
219
|
-
"MRK": {
|
|
220
|
-
"minLength": 1,
|
|
221
|
-
"type": "string"
|
|
222
|
-
},
|
|
223
|
-
"NAM": {
|
|
224
|
-
"minLength": 1,
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
"NEH": {
|
|
228
|
-
"minLength": 1,
|
|
229
|
-
"type": "string"
|
|
230
|
-
},
|
|
231
|
-
"NUM": {
|
|
232
|
-
"minLength": 1,
|
|
233
|
-
"type": "string"
|
|
234
|
-
},
|
|
235
|
-
"OBA": {
|
|
236
|
-
"minLength": 1,
|
|
237
|
-
"type": "string"
|
|
238
|
-
},
|
|
239
|
-
"PHM": {
|
|
240
|
-
"minLength": 1,
|
|
241
|
-
"type": "string"
|
|
242
|
-
},
|
|
243
|
-
"PHP": {
|
|
244
|
-
"minLength": 1,
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
"PRO": {
|
|
248
|
-
"minLength": 1,
|
|
249
|
-
"type": "string"
|
|
250
|
-
},
|
|
251
|
-
"PSA": {
|
|
252
|
-
"minLength": 1,
|
|
253
|
-
"type": "string"
|
|
254
|
-
},
|
|
255
|
-
"REV": {
|
|
256
|
-
"minLength": 1,
|
|
257
|
-
"type": "string"
|
|
258
|
-
},
|
|
259
|
-
"ROM": {
|
|
260
|
-
"minLength": 1,
|
|
261
|
-
"type": "string"
|
|
262
|
-
},
|
|
263
|
-
"RUT": {
|
|
264
|
-
"minLength": 1,
|
|
265
|
-
"type": "string"
|
|
266
|
-
},
|
|
267
|
-
"SNG": {
|
|
268
|
-
"minLength": 1,
|
|
269
|
-
"type": "string"
|
|
270
|
-
},
|
|
271
|
-
"TIT": {
|
|
272
|
-
"minLength": 1,
|
|
273
|
-
"type": "string"
|
|
274
|
-
},
|
|
275
|
-
"ZEC": {
|
|
276
|
-
"minLength": 1,
|
|
277
|
-
"type": "string"
|
|
278
|
-
},
|
|
279
|
-
"ZEP": {
|
|
280
|
-
"minLength": 1,
|
|
281
|
-
"type": "string"
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"required": [
|
|
285
|
-
"1CH",
|
|
286
|
-
"1CO",
|
|
287
|
-
"1JN",
|
|
288
|
-
"1KI",
|
|
289
|
-
"1PE",
|
|
290
|
-
"1SA",
|
|
291
|
-
"1TH",
|
|
292
|
-
"1TI",
|
|
293
|
-
"2CH",
|
|
294
|
-
"2CO",
|
|
295
|
-
"2JN",
|
|
296
|
-
"2KI",
|
|
297
|
-
"2PE",
|
|
298
|
-
"2SA",
|
|
299
|
-
"2TH",
|
|
300
|
-
"2TI",
|
|
301
|
-
"3JN",
|
|
302
|
-
"ACT",
|
|
303
|
-
"AMO",
|
|
304
|
-
"COL",
|
|
305
|
-
"DAN",
|
|
306
|
-
"DEU",
|
|
307
|
-
"ECC",
|
|
308
|
-
"EPH",
|
|
309
|
-
"EST",
|
|
310
|
-
"EXO",
|
|
311
|
-
"EZK",
|
|
312
|
-
"EZR",
|
|
313
|
-
"GAL",
|
|
314
|
-
"GEN",
|
|
315
|
-
"HAB",
|
|
316
|
-
"HAG",
|
|
317
|
-
"HEB",
|
|
318
|
-
"HOS",
|
|
319
|
-
"ISA",
|
|
320
|
-
"JAS",
|
|
321
|
-
"JDG",
|
|
322
|
-
"JER",
|
|
323
|
-
"JHN",
|
|
324
|
-
"JOB",
|
|
325
|
-
"JOL",
|
|
326
|
-
"JON",
|
|
327
|
-
"JOS",
|
|
328
|
-
"JUD",
|
|
329
|
-
"LAM",
|
|
330
|
-
"LEV",
|
|
331
|
-
"LUK",
|
|
332
|
-
"MAL",
|
|
333
|
-
"MAT",
|
|
334
|
-
"MIC",
|
|
335
|
-
"MRK",
|
|
336
|
-
"NAM",
|
|
337
|
-
"NEH",
|
|
338
|
-
"NUM",
|
|
339
|
-
"OBA",
|
|
340
|
-
"PHM",
|
|
341
|
-
"PHP",
|
|
342
|
-
"PRO",
|
|
343
|
-
"PSA",
|
|
344
|
-
"REV",
|
|
345
|
-
"ROM",
|
|
346
|
-
"RUT",
|
|
347
|
-
"SNG",
|
|
348
|
-
"TIT",
|
|
349
|
-
"ZEC",
|
|
350
|
-
"ZEP"
|
|
351
|
-
],
|
|
352
|
-
"type": "object"
|
|
353
|
-
},
|
|
354
|
-
"propertyNames": {
|
|
355
|
-
"description": "Language id (3 lowercase letters).",
|
|
356
|
-
"pattern": "^[a-z]{3}$"
|
|
357
|
-
},
|
|
358
|
-
"type": "object"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
}
|
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"required": [
|
|
5
|
-
"$schema",
|
|
6
|
-
"data"
|
|
7
|
-
],
|
|
8
|
-
"additionalProperties": false,
|
|
9
|
-
"properties": {
|
|
10
|
-
"$schema": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"description": "Path to the JSON schema file"
|
|
13
|
-
},
|
|
14
|
-
"data": {
|
|
15
|
-
"$id": "https://waha_app/schemas/introductionTranslations_schema_json",
|
|
16
|
-
"title": "Introduction Translations",
|
|
17
|
-
"type": "object",
|
|
18
|
-
"description": "Schema for introductionTranslations_json. Root keys are 3-letter language identifiers (ISO-639 style). Each language object contains an 'introduction' string and an 'introductions' object mapping lesson identifiers (e.g. 03.005.001) or the key 'eq' to localized string content.",
|
|
19
|
-
"propertyNames": {
|
|
20
|
-
"pattern": "^[a-z]{3}$",
|
|
21
|
-
"description": "Language id (3 lowercase letters)."
|
|
22
|
-
},
|
|
23
|
-
"additionalProperties": {
|
|
24
|
-
"type": "object",
|
|
25
|
-
"description": "Translations for a single language (identified by a 3-letter code).",
|
|
26
|
-
"properties": {
|
|
27
|
-
"introduction": {
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
"introductions": {
|
|
31
|
-
"type": "object",
|
|
32
|
-
"description": "Mapping of lesson identifiers (NN.NNN.NNN) or 'eq' to translated strings.",
|
|
33
|
-
"properties": {
|
|
34
|
-
"03.005.001": {
|
|
35
|
-
"type": "string",
|
|
36
|
-
"minLength": 1
|
|
37
|
-
},
|
|
38
|
-
"03.005.002": {
|
|
39
|
-
"type": "string",
|
|
40
|
-
"minLength": 1
|
|
41
|
-
},
|
|
42
|
-
"03.005.003": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"minLength": 1
|
|
45
|
-
},
|
|
46
|
-
"03.005.004": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"minLength": 1
|
|
49
|
-
},
|
|
50
|
-
"03.005.005": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"minLength": 1
|
|
53
|
-
},
|
|
54
|
-
"03.005.006": {
|
|
55
|
-
"type": "string",
|
|
56
|
-
"minLength": 1
|
|
57
|
-
},
|
|
58
|
-
"03.005.007": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"minLength": 1
|
|
61
|
-
},
|
|
62
|
-
"03.005.008": {
|
|
63
|
-
"type": "string",
|
|
64
|
-
"minLength": 1
|
|
65
|
-
},
|
|
66
|
-
"03.005.009": {
|
|
67
|
-
"type": "string",
|
|
68
|
-
"minLength": 1
|
|
69
|
-
},
|
|
70
|
-
"03.005.010": {
|
|
71
|
-
"type": "string",
|
|
72
|
-
"minLength": 1
|
|
73
|
-
},
|
|
74
|
-
"03.005.011": {
|
|
75
|
-
"type": "string",
|
|
76
|
-
"minLength": 1
|
|
77
|
-
},
|
|
78
|
-
"03.005.012": {
|
|
79
|
-
"type": "string",
|
|
80
|
-
"minLength": 1
|
|
81
|
-
},
|
|
82
|
-
"03.006.001": {
|
|
83
|
-
"type": "string",
|
|
84
|
-
"minLength": 1
|
|
85
|
-
},
|
|
86
|
-
"03.006.002": {
|
|
87
|
-
"type": "string",
|
|
88
|
-
"minLength": 1
|
|
89
|
-
},
|
|
90
|
-
"03.006.003": {
|
|
91
|
-
"type": "string",
|
|
92
|
-
"minLength": 1
|
|
93
|
-
},
|
|
94
|
-
"03.006.004": {
|
|
95
|
-
"type": "string",
|
|
96
|
-
"minLength": 1
|
|
97
|
-
},
|
|
98
|
-
"03.006.005": {
|
|
99
|
-
"type": "string",
|
|
100
|
-
"minLength": 1
|
|
101
|
-
},
|
|
102
|
-
"03.006.006": {
|
|
103
|
-
"type": "string",
|
|
104
|
-
"minLength": 1
|
|
105
|
-
},
|
|
106
|
-
"03.006.007": {
|
|
107
|
-
"type": "string",
|
|
108
|
-
"minLength": 1
|
|
109
|
-
},
|
|
110
|
-
"03.006.008": {
|
|
111
|
-
"type": "string",
|
|
112
|
-
"minLength": 1
|
|
113
|
-
},
|
|
114
|
-
"03.006.009": {
|
|
115
|
-
"type": "string",
|
|
116
|
-
"minLength": 1
|
|
117
|
-
},
|
|
118
|
-
"03.006.010": {
|
|
119
|
-
"type": "string",
|
|
120
|
-
"minLength": 1
|
|
121
|
-
},
|
|
122
|
-
"03.006.011": {
|
|
123
|
-
"type": "string",
|
|
124
|
-
"minLength": 1
|
|
125
|
-
},
|
|
126
|
-
"03.006.012": {
|
|
127
|
-
"type": "string",
|
|
128
|
-
"minLength": 1
|
|
129
|
-
},
|
|
130
|
-
"03.007.001": {
|
|
131
|
-
"type": "string",
|
|
132
|
-
"minLength": 1
|
|
133
|
-
},
|
|
134
|
-
"03.007.002": {
|
|
135
|
-
"type": "string",
|
|
136
|
-
"minLength": 1
|
|
137
|
-
},
|
|
138
|
-
"03.007.003": {
|
|
139
|
-
"type": "string",
|
|
140
|
-
"minLength": 1
|
|
141
|
-
},
|
|
142
|
-
"03.007.004": {
|
|
143
|
-
"type": "string",
|
|
144
|
-
"minLength": 1
|
|
145
|
-
},
|
|
146
|
-
"03.007.005": {
|
|
147
|
-
"type": "string",
|
|
148
|
-
"minLength": 1
|
|
149
|
-
},
|
|
150
|
-
"03.007.006": {
|
|
151
|
-
"type": "string",
|
|
152
|
-
"minLength": 1
|
|
153
|
-
},
|
|
154
|
-
"03.007.007": {
|
|
155
|
-
"type": "string",
|
|
156
|
-
"minLength": 1
|
|
157
|
-
},
|
|
158
|
-
"03.007.008": {
|
|
159
|
-
"type": "string",
|
|
160
|
-
"minLength": 1
|
|
161
|
-
},
|
|
162
|
-
"03.007.009": {
|
|
163
|
-
"type": "string",
|
|
164
|
-
"minLength": 1
|
|
165
|
-
},
|
|
166
|
-
"03.007.010": {
|
|
167
|
-
"type": "string",
|
|
168
|
-
"minLength": 1
|
|
169
|
-
},
|
|
170
|
-
"03.007.011": {
|
|
171
|
-
"type": "string",
|
|
172
|
-
"minLength": 1
|
|
173
|
-
},
|
|
174
|
-
"03.007.012": {
|
|
175
|
-
"type": "string",
|
|
176
|
-
"minLength": 1
|
|
177
|
-
},
|
|
178
|
-
"eq": {
|
|
179
|
-
"type": "string",
|
|
180
|
-
"minLength": 1
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"required": [
|
|
184
|
-
"03.005.001",
|
|
185
|
-
"03.005.002",
|
|
186
|
-
"03.005.003",
|
|
187
|
-
"03.005.004",
|
|
188
|
-
"03.005.005",
|
|
189
|
-
"03.005.006",
|
|
190
|
-
"03.005.007",
|
|
191
|
-
"03.005.008",
|
|
192
|
-
"03.005.009",
|
|
193
|
-
"03.005.010",
|
|
194
|
-
"03.005.011",
|
|
195
|
-
"03.005.012",
|
|
196
|
-
"03.006.001",
|
|
197
|
-
"03.006.002",
|
|
198
|
-
"03.006.003",
|
|
199
|
-
"03.006.004",
|
|
200
|
-
"03.006.005",
|
|
201
|
-
"03.006.006",
|
|
202
|
-
"03.006.007",
|
|
203
|
-
"03.006.008",
|
|
204
|
-
"03.006.009",
|
|
205
|
-
"03.006.010",
|
|
206
|
-
"03.006.011",
|
|
207
|
-
"03.006.012",
|
|
208
|
-
"03.007.001",
|
|
209
|
-
"03.007.002",
|
|
210
|
-
"03.007.003",
|
|
211
|
-
"03.007.004",
|
|
212
|
-
"03.007.005",
|
|
213
|
-
"03.007.006",
|
|
214
|
-
"03.007.007",
|
|
215
|
-
"03.007.008",
|
|
216
|
-
"03.007.009",
|
|
217
|
-
"03.007.010",
|
|
218
|
-
"03.007.011",
|
|
219
|
-
"03.007.012",
|
|
220
|
-
"eq"
|
|
221
|
-
]
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"required": [
|
|
225
|
-
"introduction",
|
|
226
|
-
"introductions"
|
|
227
|
-
],
|
|
228
|
-
"additionalProperties": false
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"required": [
|
|
5
|
-
"$schema",
|
|
6
|
-
"data"
|
|
7
|
-
],
|
|
8
|
-
"additionalProperties": false,
|
|
9
|
-
"properties": {
|
|
10
|
-
"$schema": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"description": "Path to the JSON schema file"
|
|
13
|
-
},
|
|
14
|
-
"data": {
|
|
15
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
16
|
-
"$id": "questionTranslations.schema.json",
|
|
17
|
-
"title": "Question Translations Schema",
|
|
18
|
-
"type": "object",
|
|
19
|
-
"propertyNames": {
|
|
20
|
-
"pattern": "^[a-z]{3}$",
|
|
21
|
-
"description": "Language id (3 lowercase letters)."
|
|
22
|
-
},
|
|
23
|
-
"additionalProperties": {
|
|
24
|
-
"type": "object",
|
|
25
|
-
"propertyNames": {
|
|
26
|
-
"pattern": "^[af]\\.[0-9]{3}$"
|
|
27
|
-
},
|
|
28
|
-
"additionalProperties": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"description": "Question text in the target language"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|