addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / query / minLength
Added value: +1
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
changedOutput schema / properties / results / items / properties / article_url / description
Previous value: -"Google News result link."New value: +"Google News result link for the article."
addedOutput schema / properties / results / items / properties / article_url / title
Added value: +"Article URL"
changedOutput schema / properties / results / items / properties / article_url / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / published_at / description
Previous value: -"Publication timestamp normalized to UTC."New value: +"Publication timestamp normalized to UTC when parseable."
addedOutput schema / properties / results / items / properties / published_at / title
Added value: +"Published At"
changedOutput schema / properties / results / items / properties / published_at / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / query / description
Previous value: -"Search query used."New value: +"Search query that produced the news result."
addedOutput schema / properties / results / items / properties / query / title
Added value: +"Query"
changedOutput schema / properties / results / items / properties / snippet / description
Previous value: -"Plain-text result snippet."New value: +"Plain-text result summary derived from the RSS description."
addedOutput schema / properties / results / items / properties / snippet / title
Added value: +"Snippet"
changedOutput schema / properties / results / items / properties / snippet / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / source_name / description
Previous value: -"Publisher name."New value: +"Publisher or source name."
addedOutput schema / properties / results / items / properties / source_name / title
Added value: +"Publisher"
changedOutput schema / properties / results / items / properties / source_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / source_url / description
Previous value: -"Publisher website."New value: +"Publisher website URL supplied by the feed."
addedOutput schema / properties / results / items / properties / source_url / title
Added value: +"Publisher URL"
changedOutput schema / properties / results / items / properties / source_url / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / title / description
Previous value: -"News headline."New value: +"Headline supplied by Google News."
addedOutput schema / properties / results / items / properties / title / title
Added value: +"Headline"
changedOutput schema / properties / results / items / properties / title / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / run
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "success",
+ "empty_unverified",
+ "partial",
+ "error"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "results"
-]New value: +[
+ "results",
+ "status"
+]