Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
97d043c4
Commit
97d043c4
authored
2 years ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
adding changes for new category for FRACCL
parent
b9a063e9
release-5.1.0-content
Gcloud_copy
Gcloud_fix
Remove_unwantedCode_Gcloud_fix
bulk-upload-comptenecy-mapping
bulk-upload-excelsheet
bulk-upload-test_excel
bulk_upload
master
poc_bulk_upload
rahul_bulk_upload_postgres
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
schemas/questionset/1.0/config.json
+6
-3
schemas/questionset/1.0/config.json
schemas/questionset/1.0/schema.json
+27
-0
schemas/questionset/1.0/schema.json
with
33 additions
and
3 deletions
+33
-3
schemas/questionset/1.0/config.json
+
6
−
3
View file @
97d043c4
...
...
@@ -27,14 +27,16 @@
"medium"
,
"subject"
,
"gradeLevel"
,
"topic"
"topic"
,
"difficultyLevel"
],
"orgFrameworkTerms"
:
[
"boardIds"
,
"gradeLevelIds"
,
"subjectIds"
,
"mediumIds"
,
"topicsIds"
"topicsIds"
,
"difficultyLevelIds"
],
"targetFrameworkTerms"
:
[
"targetFWIds"
,
...
...
@@ -42,7 +44,8 @@
"targetGradeLevelIds"
,
"targetSubjectIds"
,
"targetMediumIds"
,
"targetTopicIds"
"targetTopicIds"
,
"difficultyLevelIds"
],
"cacheEnabled"
:
false
,
"schema_restrict_api"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
schemas/questionset/1.0/schema.json
+
27
−
0
View file @
97d043c4
...
...
@@ -234,6 +234,9 @@
"gradeLevel"
:
{
"type"
:
"array"
},
"difficultyLevel"
:
{
"type"
:
"array"
},
"topic"
:
{
"type"
:
"array"
},
...
...
@@ -267,6 +270,12 @@
"type"
:
"string"
}
},
"difficultyLevelIds"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"targetFWIds"
:
{
"type"
:
"array"
,
"items"
:
{
...
...
@@ -303,6 +312,12 @@
"type"
:
"string"
}
},
"targetDifficultyLevelIds"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"se_FWIds"
:
{
"type"
:
"array"
,
"items"
:
{
...
...
@@ -333,6 +348,12 @@
"type"
:
"string"
}
},
"se_difficultyLevelIds"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"se_gradeLevelIds"
:
{
"type"
:
"array"
,
"items"
:
{
...
...
@@ -369,6 +390,12 @@
"type"
:
"string"
}
},
"se_difficultyLevels"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
}
},
"createdOn"
:
{
"type"
:
"string"
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets