Web of Science APIs · JSON Structure

Web Of Science Record Summary Structure

Summary fields of a WOS record

Type: object Properties: 5
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

names doctypes titles pub_info identifiers

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-record-summary-structure.json",
  "title": "RecordSummary",
  "description": "Summary fields of a WOS record",
  "type": "object",
  "properties": {
    "names": {
      "type": "map",
      "description": "Author and editor names"
    },
    "doctypes": {
      "type": "map",
      "description": "Document types"
    },
    "titles": {
      "type": "map",
      "description": "Titles (article, source, etc.)"
    },
    "pub_info": {
      "type": "#PubInfo"
    },
    "identifiers": {
      "type": "map",
      "description": "Document identifiers (DOI, ISSN, etc.)"
    }
  }
}