addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / properties / aThreshold
Added value: +{
+ "default": 80,
+ "description": "Threshold for A grade (%)",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / attitudeMax
Added value: +{
+ "default": 100,
+ "description": "Attitude max score",
+ "minimum": 1,
+ "type": "number"
+}
addedInput schema / properties / attitudeScore
Added value: +{
+ "description": "Attitude score (主体的態度の得点)",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / bThreshold
Added value: +{
+ "default": 50,
+ "description": "Threshold for B grade (%)",
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / knowledgeMax
Added value: +{
+ "default": 100,
+ "description": "Knowledge & Skills max score",
+ "minimum": 1,
+ "type": "number"
+}
addedInput schema / properties / knowledgeScore
Added value: +{
+ "description": "Knowledge & Skills score (知識・技能の得点)",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / properties / thinkingMax
Added value: +{
+ "default": 100,
+ "description": "Thinking & Expression max score",
+ "minimum": 1,
+ "type": "number"
+}
addedInput schema / properties / thinkingScore
Added value: +{
+ "description": "Thinking & Expression score (思考・判断・表現の得点)",
+ "minimum": 0,
+ "type": "number"
+}
addedInput schema / required
Added value: +[
+ "knowledgeScore",
+ "thinkingScore",
+ "attitudeScore"
+]