Web of Science APIs · JSON Structure

Web Of Science Document Pages Structure

Page range information

Type: object Properties: 4
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Document Pages Structure is a JSON Structure definition published by Web of Science APIs, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

range begin end count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-document-pages-structure.json",
  "title": "DocumentPages",
  "description": "Page range information",
  "type": "object",
  "properties": {
    "range": {
      "type": "str",
      "description": "Page range (e.g., 145-152)"
    },
    "begin": {
      "type": "str",
      "description": "First page number"
    },
    "end": {
      "type": "str",
      "description": "Last page number"
    },
    "count": {
      "type": "int32",
      "description": "Total number of pages"
    }
  }
}