Web of Science APIs · JSON Structure

Web Of Science Search Response Structure

Response from search and retrieval operations

Type: object Properties: 2
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

queryResult 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-search-response-structure.json",
  "title": "SearchResponse",
  "description": "Response from search and retrieval operations",
  "type": "object",
  "properties": {
    "queryResult": {
      "type": "#QueryResult"
    },
    "records": {
      "type": "#Records"
    }
  }
}