Web of Science APIs · JSON Structure

Web Of Science Records Structure

Container for record results

Type: object Properties: 1
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

records

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-records-structure.json",
  "title": "Records",
  "description": "Container for record results",
  "type": "object",
  "properties": {
    "records": {
      "type": "array",
      "description": "Array of WOS records"
    }
  }
}