changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "foundational_gaps": {
+ "description": "Canonical anchors in the niche not in your library.",
+ "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"
+ },
+ "frontier_gaps": {
+ "description": "Recent high-novelty work you haven't saved.",
+ "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"
+ },
+ "message": {
+ "type": "string"
+ },
+ "ok": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}