changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "batchcomplete": {
+ "description": "Whether the query is complete",
+ "type": "boolean"
+ },
+ "query": {
+ "properties": {
+ "search": {
+ "description": "Array of search results",
+ "items": {
+ "properties": {
+ "ns": {
+ "description": "Namespace ID",
+ "type": "number"
+ },
+ "pageid": {
+ "description": "Page ID",
+ "type": "number"
+ },
+ "size": {
+ "description": "Page size in bytes",
+ "type": "number"
+ },
+ "snippet": {
+ "description": "Search result snippet",
+ "type": "string"
+ },
+ "timestamp": {
+ "description": "Last edit timestamp",
+ "type": "string"
+ },
+ "title": {
+ "description": "Page title",
+ "type": "string"
+ },
+ "wordcount": {
+ "description": "Word count",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "search-continue": {
+ "description": "Continuation offset for pagination",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}