Commit 97d043c4 authored by shishir suman's avatar shishir suman
Browse files

adding changes for new category for FRACCL

Showing with 33 additions and 3 deletions
+33 -3
......@@ -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,
......
......@@ -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"
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment