Al Farabi Kazakh National University Course Grade Structure

Type: object Properties: 3 Required: 3
EducationHigher EducationUniversityResearchLibraryOpen EducationKazakhstanCentral Asia

CourseGrade is a JSON Structure definition published by Al-Farabi Kazakh National University, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

letter_grade percent is_passing

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CourseGrade",
  "type": "object",
  "properties": {
    "letter_grade": {
      "type": "string"
    },
    "percent": {
      "type": "number"
    },
    "is_passing": {
      "type": "boolean"
    }
  },
  "required": [
    "letter_grade",
    "percent",
    "is_passing"
  ]
}