Adobe Captivate · JSON Structure

Prime Api Pagination Links Structure

Pagination links following JSON:API conventions

Type: object Properties: 3
AuthoringEducationeLearningLMSSCORMTrainingxAPI

PaginationLinks is a JSON Structure definition published by Adobe Captivate, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

self next prev

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-captivate/refs/heads/main/json-structure/prime-api-pagination-links-structure.json",
  "name": "PaginationLinks",
  "description": "Pagination links following JSON:API conventions",
  "type": "object",
  "properties": {
    "self": {
      "type": "uri",
      "description": "URL for the current page"
    },
    "next": {
      "type": "uri",
      "description": "URL for the next page"
    },
    "prev": {
      "type": "uri",
      "description": "URL for the previous page"
    }
  }
}