changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "direction": {
+ "description": "Citation direction (get_citations: citing | cited_by).",
+ "type": "string"
+ },
+ "hits": {
+ "description": "New watch matches (check_watches).",
+ "items": {
+ "additionalProperties": {},
+ "description": "A paper record. Verbose calls add extraction fields (method_name, datasets, baselines, ...).",
+ "properties": {
+ "arxiv_id": {
+ "type": "string"
+ },
+ "arxiv_url": {
+ "type": "string"
+ },
+ "authors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "citation_count": {
+ "type": "number"
+ },
+ "github_stars": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "github_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "has_code": {
+ "type": "boolean"
+ },
+ "impact_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "impact_tier": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "institution_tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "llm_novelty_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_significance": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pdf_url": {
+ "type": "string"
+ },
+ "primary_category": {
+ "type": "string"
+ },
+ "published_date": {
+ "type": "string"
+ },
+ "rank_score": {
+ "type": "number"
+ },
+ "similarity": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "venue_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "mode": {
+ "description": "Search mode actually applied.",
+ "type": "string"
+ },
+ "next_cursor": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Keyset cursor for the next page, or null when exhausted."
+ },
+ "not_found": {
+ "description": "Requested IDs that had no match.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "page": {
+ "type": "number"
+ },
+ "papers": {
+ "description": "Matched / returned papers.",
+ "items": {
+ "additionalProperties": {},
+ "description": "A paper record. Verbose calls add extraction fields (method_name, datasets, baselines, ...).",
+ "properties": {
+ "arxiv_id": {
+ "type": "string"
+ },
+ "arxiv_url": {
+ "type": "string"
+ },
+ "authors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "citation_count": {
+ "type": "number"
+ },
+ "github_stars": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "github_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "has_code": {
+ "type": "boolean"
+ },
+ "impact_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "impact_tier": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "institution_tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "llm_novelty_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_significance": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pdf_url": {
+ "type": "string"
+ },
+ "primary_category": {
+ "type": "string"
+ },
+ "published_date": {
+ "type": "string"
+ },
+ "rank_score": {
+ "type": "number"
+ },
+ "similarity": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "venue_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": {},
+ "description": "A paper record. Verbose calls add extraction fields (method_name, datasets, baselines, ...).",
+ "properties": {
+ "arxiv_id": {
+ "type": "string"
+ },
+ "arxiv_url": {
+ "type": "string"
+ },
+ "authors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "citation_count": {
+ "type": "number"
+ },
+ "github_stars": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "github_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "has_code": {
+ "type": "boolean"
+ },
+ "impact_pct": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "impact_tier": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "institution_tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "llm_novelty_score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_significance": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "llm_summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pdf_url": {
+ "type": "string"
+ },
+ "primary_category": {
+ "type": "string"
+ },
+ "published_date": {
+ "type": "string"
+ },
+ "rank_score": {
+ "type": "number"
+ },
+ "similarity": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "venue_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "year": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "topic": {
+ "type": "string"
+ },
+ "total": {
+ "description": "Total results available for the query.",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}