Category context for citing or referenced records
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-category-context-schema.json", "title": "CategoryContext", "description": "Category context for citing or referenced records", "type": "object", "properties": { "categories": { "type": "array", "description": "ASCA traditional categories with counts", "items": { "$ref": "#/components/schemas/CategoryCount" } } } }