addedOutput schema / properties / count
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / date
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / papers / items / properties / abstract
Removed value: -{
- "description": "Paper abstract",
- "type": [
- "string",
- "null"
- ]
-}
changedOutput schema / properties / papers / items / properties / arxiv_id / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedOutput schema / properties / papers / items / properties / conference
Removed value: -{
- "description": "Conference name",
- "type": [
- "string",
- "null"
- ]
-}
addedOutput schema / properties / papers / items / properties / github_repo
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / papers / items / properties / id
Removed value: -{
- "description": "Papers With Code paper ID",
- "type": "string"
-}
removedOutput schema / properties / papers / items / properties / proceeding
Removed value: -{
- "description": "Proceeding identifier",
- "type": [
- "string",
- "null"
- ]
-}
changedOutput schema / properties / papers / items / properties / published / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedOutput schema / properties / papers / items / properties / title / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
addedOutput schema / properties / papers / items / properties / upvotes
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / papers / items / properties / url
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / papers / items / properties / url_abs
Removed value: -{
- "description": "URL to paper abstract",
- "type": [
- "string",
- "null"
- ]
-}
removedOutput schema / properties / papers / items / properties / url_pdf
Removed value: -{
- "description": "URL to paper PDF",
- "type": [
- "string",
- "null"
- ]
-}
removedOutput schema / properties / papers / items / required
Removed value: -[
- "id",
- "arxiv_id",
- "title",
- "abstract",
- "authors",
- "published",
- "conference",
- "proceeding",
- "url_abs",
- "url_pdf"
-]
removedOutput schema / properties / returned
Removed value: -{
- "description": "Number of papers returned in this response",
- "type": "number"
-}
removedOutput schema / properties / total
Removed value: -{
- "description": "Total number of trending papers",
- "type": "number"
-}
removedOutput schema / required
Removed value: -[
- "total",
- "returned",
- "papers"
-]