Web of Science APIs · JSON Structure

Web Of Science Full Record Metadata Structure

Full record metadata including keywords and addresses

Type: object Properties: 4
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

languages keywords addresses fund_ack

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-full-record-metadata-structure.json",
  "title": "FullRecordMetadata",
  "description": "Full record metadata including keywords and addresses",
  "type": "object",
  "properties": {
    "languages": {
      "type": "map",
      "description": "Publication language information"
    },
    "keywords": {
      "type": "map",
      "description": "Author keywords and Keywords Plus"
    },
    "addresses": {
      "type": "map",
      "description": "Author affiliation addresses"
    },
    "fund_ack": {
      "type": "map",
      "description": "Funding acknowledgment information"
    }
  }
}