Web of Science APIs · JSON Structure

Web Of Science Category Context Structure

Category context for citing or referenced records

Type: object Properties: 1
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Category Context 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

categories

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-category-context-structure.json",
  "title": "CategoryContext",
  "description": "Category context for citing or referenced records",
  "type": "object",
  "properties": {
    "categories": {
      "type": "array",
      "description": "ASCA traditional categories with counts"
    }
  }
}