TalentLMS · Schema

PaginationLinks

Learning Management SystemLMSeLearningTrainingCoursesUsersEnrollmentsEducationHR TechCloud

Properties

Name Type Description
self string
first string
last string
prev string
next string
View JSON Schema on GitHub

JSON Schema

paginationlinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PaginationLinks",
  "$id": "https://raw.githubusercontent.com/api-evangelist/talentlms/refs/heads/main/json-schema/paginationlinks.json",
  "properties": {
    "self": {
      "type": "string"
    },
    "first": {
      "type": "string"
    },
    "last": {
      "type": "string"
    },
    "prev": {
      "type": "string"
    },
    "next": {
      "type": "string"
    }
  },
  "type": "object"
}