Web of Science APIs · JSON Structure

Web Of Science Document Links Structure

Links to the document in Web of Science

Type: object Properties: 3
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

record references related

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-links-structure.json",
  "title": "DocumentLinks",
  "description": "Links to the document in Web of Science",
  "type": "object",
  "properties": {
    "record": {
      "type": "uri",
      "description": "Direct link to the full record in Web of Science"
    },
    "references": {
      "type": "uri",
      "description": "Link to the references list"
    },
    "related": {
      "type": "uri",
      "description": "Link to related records"
    }
  }
}