waha-shared 1.0.1 → 1.0.2
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/README.md +2 -2
- package/dist/data/bibleAudios.d.ts +8 -0
- package/dist/data/bibleAudios.js +8 -0
- package/dist/data/bibleAudios.json +394 -0
- package/dist/data/bibleResources/bibleBooks.d.ts +3 -0
- package/dist/data/bibleResources/bibleBooks.js +7 -0
- package/dist/data/bibleResources/bibleBooks.json +6071 -0
- package/dist/data/bibleResources/bibleChaptersList.d.ts +2 -0
- package/dist/data/bibleResources/bibleChaptersList.js +8 -0
- package/dist/data/bibleResources/bibleChaptersList.json +1191 -0
- package/dist/data/bibleStatuses.d.ts +7 -0
- package/dist/data/bibleStatuses.js +8 -0
- package/dist/data/bibleStatuses.json +9196 -0
- package/dist/data/bibleTexts.d.ts +16 -0
- package/dist/data/bibleTexts.js +8 -0
- package/dist/data/bibleTexts.json +527 -0
- package/dist/data/countryResources/areas.d.ts +3 -0
- package/dist/data/countryResources/areas.js +7 -0
- package/dist/data/countryResources/areas.json +74 -0
- package/dist/data/countryResources/countries.d.ts +3 -0
- package/dist/data/countryResources/countries.js +7 -0
- package/dist/data/countryResources/countries.json +3362 -0
- package/dist/data/foundationsCurriculums.d.ts +5 -0
- package/dist/data/foundationsCurriculums.js +8 -0
- package/dist/data/foundationsCurriculums.json +130 -0
- package/dist/data/languageResources/countriesAndLanguages.d.ts +13 -0
- package/dist/data/languageResources/countriesAndLanguages.js +7 -0
- package/dist/data/languageResources/countriesAndLanguages.json +11718 -0
- package/dist/data/languageResources/phoneLanguages.d.ts +11 -0
- package/dist/data/languageResources/phoneLanguages.js +7 -0
- package/dist/data/languageResources/phoneLanguages.json +1532 -0
- package/dist/data/languages.d.ts +45 -0
- package/dist/data/languages.js +8 -0
- package/dist/data/languages.json +7045 -0
- package/dist/data/mediaDurations.d.ts +6 -0
- package/dist/data/mediaDurations.js +8 -0
- package/dist/data/mediaDurations.json +32364 -0
- package/dist/data/notification.d.ts +16 -0
- package/dist/data/notification.js +8 -0
- package/dist/data/notification.json +69 -0
- package/dist/data/numeralMaps.d.ts +13 -0
- package/dist/data/numeralMaps.js +8 -0
- package/dist/data/numeralMaps.json +26 -0
- package/dist/data/questions.d.ts +8 -0
- package/dist/data/questions.js +8 -0
- package/dist/data/questions.json +317 -0
- package/dist/data/questionsCurriculums.d.ts +8 -0
- package/dist/data/questionsCurriculums.js +8 -0
- package/dist/data/questionsCurriculums.json +753 -0
- package/dist/data/releaseNotes.d.ts +6 -0
- package/dist/data/releaseNotes.js +8 -0
- package/dist/data/releaseNotes.json +2381 -0
- package/dist/data/screenshots.d.ts +5 -0
- package/dist/data/screenshots.js +8 -0
- package/dist/data/screenshots.json +17 -0
- package/dist/data/sets.d.ts +14 -0
- package/dist/data/sets.js +8 -0
- package/dist/data/sets.json +12258 -0
- package/dist/data/specialIds.d.ts +18 -0
- package/dist/data/specialIds.js +7 -0
- package/dist/data/specialIds.json +72 -0
- package/dist/data/topicsCurriculums.d.ts +5 -0
- package/dist/data/topicsCurriculums.js +8 -0
- package/dist/data/topicsCurriculums.json +131 -0
- package/dist/data/typescript/appTranslations.d.ts +915 -0
- package/dist/data/typescript/appTranslations.js +315 -0
- package/dist/data/typescript/areas.d.ts +18 -0
- package/dist/data/typescript/areas.js +42 -0
- package/dist/data/typescript/aslTimestamps.d.ts +43 -0
- package/dist/data/typescript/aslTimestamps.js +31 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleAudioAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleAudios.d.ts +21 -0
- package/dist/data/typescript/bibleAudios.js +23 -0
- package/dist/data/typescript/bibleBookNames.d.ts +3 -0
- package/dist/data/typescript/bibleBookNames.js +98 -0
- package/dist/data/typescript/bibleBooks.d.ts +69 -0
- package/dist/data/typescript/bibleBooks.js +56 -0
- package/dist/data/typescript/bibleChapters.d.ts +49 -0
- package/dist/data/typescript/bibleChapters.js +29 -0
- package/dist/data/typescript/bibleStatuses.d.ts +28 -0
- package/dist/data/typescript/bibleStatuses.js +39 -0
- package/dist/data/typescript/bibleTextAvailableChapters.d.ts +3 -0
- package/dist/data/typescript/bibleTextAvailableChapters.js +36 -0
- package/dist/data/typescript/bibleTexts.d.ts +53 -0
- package/dist/data/typescript/bibleTexts.js +54 -0
- package/dist/data/typescript/clones.d.ts +36 -0
- package/dist/data/typescript/clones.js +28 -0
- package/dist/data/typescript/countries.d.ts +98 -0
- package/dist/data/typescript/countries.js +149 -0
- package/dist/data/typescript/foundationsCurriculums.d.ts +12 -0
- package/dist/data/typescript/foundationsCurriculums.js +12 -0
- package/dist/data/typescript/introductionTranslations.d.ts +202 -0
- package/dist/data/typescript/introductionTranslations.js +53 -0
- package/dist/data/typescript/languages.d.ts +148 -0
- package/dist/data/typescript/languages.js +302 -0
- package/dist/data/typescript/mediaDurations.d.ts +23 -0
- package/dist/data/typescript/mediaDurations.js +72 -0
- package/dist/data/typescript/notification.d.ts +45 -0
- package/dist/data/typescript/notification.js +176 -0
- package/dist/data/typescript/numeralMaps.d.ts +58 -0
- package/dist/data/typescript/numeralMaps.js +71 -0
- package/dist/data/typescript/questionTranslations.d.ts +3 -0
- package/dist/data/typescript/questionTranslations.js +5 -0
- package/dist/data/typescript/questions.d.ts +21 -0
- package/dist/data/typescript/questions.js +18 -0
- package/dist/data/typescript/questionsCurriculums.d.ts +27 -0
- package/dist/data/typescript/questionsCurriculums.js +19 -0
- package/dist/data/typescript/releaseNotes.d.ts +15 -0
- package/dist/data/typescript/releaseNotes.js +9 -0
- package/dist/data/typescript/screenshots.d.ts +12 -0
- package/dist/data/typescript/screenshots.js +49 -0
- package/dist/data/typescript/setTranslations.d.ts +27 -0
- package/dist/data/typescript/setTranslations.js +32 -0
- package/dist/data/typescript/sets.d.ts +49 -0
- package/dist/data/typescript/sets.js +88 -0
- package/dist/data/typescript/topicsCurriculums.d.ts +12 -0
- package/dist/data/typescript/topicsCurriculums.js +12 -0
- package/dist/data/youtube/videos.d.ts +2 -0
- package/dist/data/youtube/videos.js +7 -0
- package/dist/data/youtube/videos.json +262 -0
- package/dist/functions/activeCampaign.d.ts +8 -0
- package/dist/functions/activeCampaign.js +97 -0
- package/dist/functions/bibleChapterUtils.d.ts +15 -0
- package/dist/functions/bibleChapterUtils.js +231 -0
- package/dist/functions/crowdin.d.ts +24 -0
- package/dist/functions/crowdin.js +34 -0
- package/dist/functions/languages.d.ts +24 -0
- package/dist/functions/languages.js +212 -0
- package/dist/functions/scripturePassages.d.ts +47 -0
- package/dist/functions/scripturePassages.js +261 -0
- package/dist/functions/sets.d.ts +30 -0
- package/dist/functions/sets.js +371 -0
- package/dist/translations/appTranslations.d.ts +306 -0
- package/dist/translations/appTranslations.js +8 -0
- package/dist/translations/appTranslations.json +10239 -0
- package/dist/translations/introductionTranslations.d.ts +43 -0
- package/dist/translations/introductionTranslations.js +8 -0
- package/dist/translations/introductionTranslations.json +422 -0
- package/dist/translations/questionTranslations.d.ts +2 -0
- package/dist/translations/questionTranslations.js +8 -0
- package/dist/translations/questionTranslations.json +1472 -0
- package/dist/translations/setTranslations.d.ts +10 -0
- package/dist/translations/setTranslations.js +8 -0
- package/dist/translations/setTranslations.json +30257 -0
- package/dist/types/analytics.d.ts +119 -0
- package/dist/types/analytics.js +2 -0
- package/dist/types/completions.d.ts +8 -0
- package/dist/types/completions.js +2 -0
- package/dist/types/feedback.d.ts +60 -0
- package/dist/types/feedback.js +27 -0
- package/dist/types/languages.d.ts +31 -0
- package/dist/types/languages.js +2 -0
- package/dist/types/notifications.d.ts +128 -0
- package/dist/types/notifications.js +30 -0
- package/dist/types/sets.d.ts +70 -0
- package/dist/types/sets.js +10 -0
- package/dist/types/users.d.ts +765 -0
- package/dist/types/users.js +137 -0
- package/package.json +2 -2
- package/.DS_Store +0 -0
- package/__init__.py +0 -0
- package/copy.ts +0 -37
- package/data/README.md +0 -45
- package/data/__init__.py +0 -0
- package/data/aslTimestamps.json +0 -192788
- package/data/bibleAudios.json +0 -394
- package/data/bibleAudios.ts +0 -4
- package/data/bibleResources/audioBibleLicenses.json +0 -6235
- package/data/bibleResources/bibleBooks.json +0 -6071
- package/data/bibleResources/bibleBooks.ts +0 -4
- package/data/bibleResources/bibleChaptersList.json +0 -1191
- package/data/bibleResources/bibleChaptersList.ts +0 -4
- package/data/bibleResources/textBibleLicenses.json +0 -14603
- package/data/bibleStatuses.json +0 -9196
- package/data/bibleStatuses.ts +0 -4
- package/data/bibleTexts.json +0 -527
- package/data/bibleTexts.ts +0 -4
- package/data/clones.json +0 -13
- package/data/countryResources/areas.json +0 -74
- package/data/countryResources/areas.ts +0 -4
- package/data/countryResources/countries.json +0 -3362
- package/data/countryResources/countries.ts +0 -4
- package/data/foundationsCurriculums.json +0 -130
- package/data/foundationsCurriculums.ts +0 -4
- package/data/languageResources/countriesAndLanguages.json +0 -11718
- package/data/languageResources/countriesAndLanguages.ts +0 -16
- package/data/languageResources/crowdinLanguages.json +0 -2172
- package/data/languageResources/iosVoiceOverLanguages.json +0 -64
- package/data/languageResources/iso6933LanguageCodes.json +0 -7927
- package/data/languageResources/mmsLanguages.json +0 -28164
- package/data/languageResources/phoneLanguages.json +0 -1532
- package/data/languageResources/phoneLanguages.ts +0 -14
- package/data/languages.json +0 -7045
- package/data/languages.ts +0 -4
- package/data/mediaDurations.json +0 -32364
- package/data/mediaDurations.ts +0 -4
- package/data/notification.json +0 -69
- package/data/notification.ts +0 -4
- package/data/numeralMaps.json +0 -26
- package/data/numeralMaps.ts +0 -4
- package/data/orphanedBibleTexts.json +0 -2747
- package/data/questions.json +0 -317
- package/data/questions.ts +0 -4
- package/data/questionsCurriculums.json +0 -753
- package/data/questionsCurriculums.ts +0 -4
- package/data/releaseNotes.json +0 -2381
- package/data/releaseNotes.ts +0 -4
- package/data/schemas/appTranslations.schema.json +0 -802
- package/data/schemas/areas.schema.json +0 -76
- package/data/schemas/aslTimestamps.schema.json +0 -59
- package/data/schemas/bibleAudios.schema.json +0 -37
- package/data/schemas/bibleBooks.schema.json +0 -112
- package/data/schemas/bibleChapters.schema.json +0 -61
- package/data/schemas/bibleStatuses.schema.json +0 -41
- package/data/schemas/bibleTexts.schema.json +0 -60
- package/data/schemas/clones.schema.json +0 -63
- package/data/schemas/countries.schema.json +0 -84
- package/data/schemas/foundationsCurriculums.schema.json +0 -20
- package/data/schemas/introductionTranslations.schema.json +0 -101
- package/data/schemas/languages.schema.json +0 -365
- package/data/schemas/mediaDurations.schema.json +0 -41
- package/data/schemas/notification.schema.json +0 -111
- package/data/schemas/numeralMaps.schema.json +0 -57
- package/data/schemas/questionTranslations.schema.json +0 -20
- package/data/schemas/questions.schema.json +0 -29
- package/data/schemas/questionsCurriculums.schema.json +0 -34
- package/data/schemas/releaseNotes.schema.json +0 -21
- package/data/schemas/screenshots.schema.json +0 -23
- package/data/schemas/setTranslations.schema.json +0 -70
- package/data/schemas/sets.schema.json +0 -109
- package/data/schemas/topicsCurriculums.schema.json +0 -20
- package/data/screenshots.json +0 -17
- package/data/screenshots.ts +0 -4
- package/data/sets.json +0 -12258
- package/data/sets.ts +0 -4
- package/data/specialIds.json +0 -72
- package/data/specialIds.ts +0 -19
- package/data/timings/som.json +0 -9150
- package/data/topicsCurriculums.json +0 -131
- package/data/topicsCurriculums.ts +0 -4
- package/data/typescript/appTranslations.ts +0 -322
- package/data/typescript/areas.ts +0 -45
- package/data/typescript/aslTimestamps.ts +0 -36
- package/data/typescript/bibleAudioAvailableChapters.ts +0 -35
- package/data/typescript/bibleAudios.ts +0 -32
- package/data/typescript/bibleBookNames.ts +0 -97
- package/data/typescript/bibleBooks.ts +0 -63
- package/data/typescript/bibleChapters.ts +0 -40
- package/data/typescript/bibleStatuses.ts +0 -54
- package/data/typescript/bibleTextAvailableChapters.ts +0 -35
- package/data/typescript/bibleTexts.ts +0 -63
- package/data/typescript/clones.ts +0 -35
- package/data/typescript/countries.ts +0 -152
- package/data/typescript/foundationsCurriculums.ts +0 -15
- package/data/typescript/introductionTranslations.ts +0 -60
- package/data/typescript/languages.ts +0 -369
- package/data/typescript/mediaDurations.ts +0 -89
- package/data/typescript/notification.ts +0 -189
- package/data/typescript/numeralMaps.ts +0 -74
- package/data/typescript/questionTranslations.ts +0 -6
- package/data/typescript/questions.ts +0 -25
- package/data/typescript/questionsCurriculums.ts +0 -26
- package/data/typescript/releaseNotes.ts +0 -10
- package/data/typescript/screenshots.ts +0 -52
- package/data/typescript/setTranslations.ts +0 -39
- package/data/typescript/sets.ts +0 -105
- package/data/typescript/topicsCurriculums.ts +0 -15
- package/data/youtube/playlists.json +0 -28
- package/data/youtube/videos.json +0 -262
- package/data/youtube/videos.ts +0 -2
- package/functions/activeCampaign.ts +0 -127
- package/functions/bibleChapterUtils.ts +0 -241
- package/functions/crowdin.ts +0 -51
- package/functions/languages.ts +0 -284
- package/functions/scripturePassages.ts +0 -368
- package/functions/sets.ts +0 -495
- package/translations/appTranslations.json +0 -10239
- package/translations/appTranslations.ts +0 -4
- package/translations/introductionTranslations.json +0 -422
- package/translations/introductionTranslations.ts +0 -4
- package/translations/questionTranslations.json +0 -1472
- package/translations/questionTranslations.ts +0 -4
- package/translations/setTranslations.json +0 -30257
- package/translations/setTranslations.ts +0 -4
- package/translations/spokenQuestionTranslations.json +0 -1472
- package/types/analytics.ts +0 -147
- package/types/completions.ts +0 -9
- package/types/feedback.ts +0 -27
- package/types/languages.ts +0 -37
- package/types/notifications.ts +0 -37
- package/types/sets.ts +0 -84
- package/types/users.ts +0 -162
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "questionTranslations.schema.json",
|
|
4
|
-
"title": "Question Translations Schema",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"propertyNames": {
|
|
7
|
-
"pattern": "^[a-z]{3}$",
|
|
8
|
-
"description": "Language id (3 lowercase letters)."
|
|
9
|
-
},
|
|
10
|
-
"additionalProperties": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"propertyNames": {
|
|
13
|
-
"pattern": "^[af]\\.[0-9]{3}$"
|
|
14
|
-
},
|
|
15
|
-
"additionalProperties": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"description": "Question text in the target language"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft-07/schema",
|
|
3
|
-
"items": {
|
|
4
|
-
"properties": {
|
|
5
|
-
"questionId": {
|
|
6
|
-
"type": "string"
|
|
7
|
-
},
|
|
8
|
-
"name": {
|
|
9
|
-
"description": "A shorthand name for the question so the question can be identified more easily.",
|
|
10
|
-
"type": "string"
|
|
11
|
-
},
|
|
12
|
-
"comment": {
|
|
13
|
-
"type": "string"
|
|
14
|
-
},
|
|
15
|
-
"hasBeep": {
|
|
16
|
-
"description": "Whether or not the question should have a beep after, which indicates whether or not the group should pause and discuss.",
|
|
17
|
-
"type": "boolean"
|
|
18
|
-
},
|
|
19
|
-
"music": {
|
|
20
|
-
"description": "The type of music used for the question. All types use the same music file. This determines where the music will be in the question and for how long.",
|
|
21
|
-
"enum": ["outroLong", "outroShort", "intro"],
|
|
22
|
-
"type": ["string"]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"required": ["questionId", "name", "comment", "hasBeep"],
|
|
26
|
-
"type": "object"
|
|
27
|
-
},
|
|
28
|
-
"type": "array"
|
|
29
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"items": {
|
|
3
|
-
"additionalProperties": false,
|
|
4
|
-
"properties": {
|
|
5
|
-
"curriculumId": {
|
|
6
|
-
"type": "string"
|
|
7
|
-
},
|
|
8
|
-
"questionSets": {
|
|
9
|
-
"description": "An array of question sets that make up this questions curriculum.",
|
|
10
|
-
"items": {
|
|
11
|
-
"additionalProperties": false,
|
|
12
|
-
"properties": {
|
|
13
|
-
"questionSetId": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"questions": {
|
|
17
|
-
"description": "An array of question ids that make up this question set.",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
},
|
|
21
|
-
"type": "array"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"required": ["questionSetId", "questions"],
|
|
25
|
-
"type": "object"
|
|
26
|
-
},
|
|
27
|
-
"type": "array"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"required": ["curriculumId", "questionSets"],
|
|
31
|
-
"type": "object"
|
|
32
|
-
},
|
|
33
|
-
"type": "array"
|
|
34
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"items": {
|
|
3
|
-
"properties": {
|
|
4
|
-
"version": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"notes": {
|
|
8
|
-
"additionalProperties": {
|
|
9
|
-
"type": "string"
|
|
10
|
-
},
|
|
11
|
-
"type": "object"
|
|
12
|
-
},
|
|
13
|
-
"showInApp": {
|
|
14
|
-
"type": "boolean"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"required": ["notes", "showInApp", "version"],
|
|
18
|
-
"type": "object"
|
|
19
|
-
},
|
|
20
|
-
"type": "array"
|
|
21
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"additionalProperties": false,
|
|
4
|
-
"properties": {
|
|
5
|
-
"fakeLocales": {
|
|
6
|
-
"additionalProperties": false,
|
|
7
|
-
"description": "A map of Waha language ids to country ids. This is used to show a realistic list of recommended languages when taking screenshots for a given language.",
|
|
8
|
-
"patternProperties": {
|
|
9
|
-
"^[a-z]{3}$": {
|
|
10
|
-
"pattern": "^[A-Z]{2}$",
|
|
11
|
-
"type": "string"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"type": "object"
|
|
15
|
-
},
|
|
16
|
-
"screenshotMode": {
|
|
17
|
-
"description": "Whether or not to make the app in screenshot mode. This disables several parts of the app and sets it up to be remotely controlled via the leviathan/take_store_screenshots.py script.",
|
|
18
|
-
"type": "boolean"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"required": ["fakeLocales", "screenshotMode"],
|
|
22
|
-
"type": "object"
|
|
23
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://waha.app/schemas/setTranslations.schema.json",
|
|
4
|
-
"title": "SetTranslations",
|
|
5
|
-
"description": "Record of language ids to arrays of translated sets used by the app. Produced by scripts/prebuild/combine.ts (setTranslations.json). Each set item merges metadata translation fields (setTitle, setDescription, lessonTitles, etc.) under a setId.",
|
|
6
|
-
"type": "object",
|
|
7
|
-
"propertyNames": {
|
|
8
|
-
"pattern": "^[a-z]{3}$",
|
|
9
|
-
"description": "Language id (3 lowercase letters)."
|
|
10
|
-
},
|
|
11
|
-
"additionalProperties": {
|
|
12
|
-
"type": "array",
|
|
13
|
-
"description": "Array of translated sets for a given 3-letter language id (ISO-ish).",
|
|
14
|
-
"items": {
|
|
15
|
-
"type": "object",
|
|
16
|
-
"required": ["setId", "setTitle", "lessonTitles"],
|
|
17
|
-
"properties": {
|
|
18
|
-
"setId": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"description": "Identifier of the set.",
|
|
21
|
-
"minLength": 1
|
|
22
|
-
},
|
|
23
|
-
"setTitle": {
|
|
24
|
-
"type": "string",
|
|
25
|
-
"description": "Localized title for the set.",
|
|
26
|
-
"minLength": 1
|
|
27
|
-
},
|
|
28
|
-
"setDescription": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"description": "Localized description for the set."
|
|
31
|
-
},
|
|
32
|
-
"setTag": {
|
|
33
|
-
"type": "string",
|
|
34
|
-
"description": "Optional topical tag for the set.",
|
|
35
|
-
"minLength": 1
|
|
36
|
-
},
|
|
37
|
-
"sectionBodies": {
|
|
38
|
-
"type": "object",
|
|
39
|
-
"description": "Mapping of sectionId to localized section body text.",
|
|
40
|
-
"additionalProperties": { "type": "string", "minLength": 1 }
|
|
41
|
-
},
|
|
42
|
-
"sectionHeaders": {
|
|
43
|
-
"type": "object",
|
|
44
|
-
"description": "Mapping of sectionId to localized section header text.",
|
|
45
|
-
"additionalProperties": { "type": "string", "minLength": 1 }
|
|
46
|
-
},
|
|
47
|
-
"lessonTitles": {
|
|
48
|
-
"type": "object",
|
|
49
|
-
"description": "Mapping of lessonId to localized lesson title.",
|
|
50
|
-
"additionalProperties": { "type": "string", "minLength": 1 }
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"examples": [
|
|
56
|
-
{
|
|
57
|
-
"eng": [
|
|
58
|
-
{
|
|
59
|
-
"setId": "01.001",
|
|
60
|
-
"setTitle": "From Creation to the Birth of Jesus",
|
|
61
|
-
"setDescription": "Start your journey toward discovering God...",
|
|
62
|
-
"lessonTitles": {
|
|
63
|
-
"01.001.001": "Creation",
|
|
64
|
-
"01.001.002": "Creation of Humans"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
-
"items": {
|
|
4
|
-
"properties": {
|
|
5
|
-
"setId": {
|
|
6
|
-
"description": "A unique identifier for this set. This is used to identify the set in the curriculum.",
|
|
7
|
-
"pattern": "^[0-9]{2}\\.[0-9]{3}$",
|
|
8
|
-
"type": "string"
|
|
9
|
-
},
|
|
10
|
-
"name": {
|
|
11
|
-
"description": "The English name for the set. This is just for identifying the name in the backend but will not be used in the app.",
|
|
12
|
-
"type": "string"
|
|
13
|
-
},
|
|
14
|
-
"comment": {
|
|
15
|
-
"description": "A comment about the set. This is just for identifying the set in the backend but will not be used in the app.",
|
|
16
|
-
"type": "string"
|
|
17
|
-
},
|
|
18
|
-
"icon": {
|
|
19
|
-
"description": "The icon to use for this set. Icon SVGs are defined in the app.",
|
|
20
|
-
"enum": [
|
|
21
|
-
"bible",
|
|
22
|
-
"bricks",
|
|
23
|
-
"candle",
|
|
24
|
-
"city_light_hill",
|
|
25
|
-
"city",
|
|
26
|
-
"cross",
|
|
27
|
-
"dm_course",
|
|
28
|
-
"door",
|
|
29
|
-
"dove",
|
|
30
|
-
"fire",
|
|
31
|
-
"flower",
|
|
32
|
-
"fruit",
|
|
33
|
-
"globe_hand",
|
|
34
|
-
"globe",
|
|
35
|
-
"grapes",
|
|
36
|
-
"heart_person",
|
|
37
|
-
"heart_tear",
|
|
38
|
-
"heart",
|
|
39
|
-
"holding_hands",
|
|
40
|
-
"house",
|
|
41
|
-
"jug",
|
|
42
|
-
"man",
|
|
43
|
-
"money_hand",
|
|
44
|
-
"money",
|
|
45
|
-
"net",
|
|
46
|
-
"ocean",
|
|
47
|
-
"people_heart",
|
|
48
|
-
"people_holding_hands",
|
|
49
|
-
"people_multiplying",
|
|
50
|
-
"person_angry",
|
|
51
|
-
"person_crouching",
|
|
52
|
-
"person_crying",
|
|
53
|
-
"person_healed",
|
|
54
|
-
"person_heart",
|
|
55
|
-
"person_mountain",
|
|
56
|
-
"person_praying",
|
|
57
|
-
"person_rock",
|
|
58
|
-
"river",
|
|
59
|
-
"scale",
|
|
60
|
-
"sheep_goat",
|
|
61
|
-
"sprout",
|
|
62
|
-
"sun",
|
|
63
|
-
"three_wheat",
|
|
64
|
-
"tree",
|
|
65
|
-
"triangle",
|
|
66
|
-
"two_wheat",
|
|
67
|
-
"wave",
|
|
68
|
-
"woman"
|
|
69
|
-
],
|
|
70
|
-
"type": "string"
|
|
71
|
-
},
|
|
72
|
-
"lessons": {
|
|
73
|
-
"items": {
|
|
74
|
-
"properties": {
|
|
75
|
-
"lessonId": {
|
|
76
|
-
"type": "string"
|
|
77
|
-
},
|
|
78
|
-
"a": {
|
|
79
|
-
"description": "The id for the question set to use for this lesson's application chapter. Must be defined in the questions curriculum.",
|
|
80
|
-
"type": "string"
|
|
81
|
-
},
|
|
82
|
-
"f": {
|
|
83
|
-
"description": "The id for the question set to use for this lesson's fellowship chapter. Must be defined in the questions curriculum.",
|
|
84
|
-
"type": "string"
|
|
85
|
-
},
|
|
86
|
-
"s": {
|
|
87
|
-
"description": "An array of scripture passages to use with this lesson.",
|
|
88
|
-
"items": {
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
|
-
"type": "array"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"required": ["lessonId"],
|
|
95
|
-
"type": "object"
|
|
96
|
-
},
|
|
97
|
-
"type": "array"
|
|
98
|
-
},
|
|
99
|
-
"tag": {
|
|
100
|
-
"description": "If a topical set, the tag is a way to further categorize the set.",
|
|
101
|
-
"enum": ["truth", "challenge", "money", "people", "god", "jesus"],
|
|
102
|
-
"type": "string"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"required": ["setId", "name", "icon", "lessons"],
|
|
106
|
-
"type": "object"
|
|
107
|
-
},
|
|
108
|
-
"type": "array"
|
|
109
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"items": {
|
|
3
|
-
"additionalProperties": false,
|
|
4
|
-
"properties": {
|
|
5
|
-
"curriculumId": {
|
|
6
|
-
"type": "string"
|
|
7
|
-
},
|
|
8
|
-
"sets": {
|
|
9
|
-
"description": "An array of set ids that make up this topics curriculum. Set ids must be linked to valid sets present in data/sets.json.",
|
|
10
|
-
"items": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"type": "array"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"required": ["curriculumId", "sets"],
|
|
17
|
-
"type": "object"
|
|
18
|
-
},
|
|
19
|
-
"type": "array"
|
|
20
|
-
}
|
package/data/screenshots.json
DELETED
package/data/screenshots.ts
DELETED