Al Farabi Kazakh National University Bookmark Structure

Type: object Properties: 5 Required: 2
EducationHigher EducationUniversityResearchLibraryOpen EducationKazakhstanCentral Asia

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

Properties

id course_id usage_id block_type created

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Bookmark",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "course_id": {
      "type": "string"
    },
    "usage_id": {
      "type": "string"
    },
    "block_type": {
      "type": "string"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "course_id",
    "usage_id"
  ]
}