Web of Science APIs · JSON Structure

Web Of Science Journal Structure

A Web of Science journal record

Type: object Properties: 10
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

id name issn eissn publisher country openAccess categories jcrProfile links

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-journal-structure.json",
  "title": "Journal",
  "description": "A Web of Science journal record",
  "type": "object",
  "properties": {
    "id": {
      "type": "str",
      "description": "Web of Science journal identifier"
    },
    "name": {
      "type": "str",
      "description": "Journal title"
    },
    "issn": {
      "type": "str",
      "description": "Print ISSN"
    },
    "eissn": {
      "type": "str",
      "description": "Electronic ISSN"
    },
    "publisher": {
      "type": "str",
      "description": "Publisher name"
    },
    "country": {
      "type": "str",
      "description": "Country of publication"
    },
    "openAccess": {
      "type": "map",
      "description": "Open access information"
    },
    "categories": {
      "type": "array",
      "description": "Web of Science subject categories"
    },
    "jcrProfile": {
      "type": "uri",
      "description": "URL to the Journal Citation Reports profile"
    },
    "links": {
      "type": "map",
      "description": "Links to journal information"
    }
  }
}