changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "characters": {
+ "type": "number"
+ },
+ "content": {
+ "description": "Readable content of the page",
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "finalUrl": {
+ "type": "string"
+ },
+ "format": {
+ "type": "string"
+ },
+ "links": {
+ "description": "Links found in the main content",
+ "items": {},
+ "type": "array"
+ },
+ "metering": {
+ "additionalProperties": {},
+ "description": "What this call cost and what allowance remains",
+ "properties": {
+ "remaining": {
+ "type": "number"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "result": {
+ "description": "The result, when it is not an object"
+ },
+ "title": {
+ "description": "Page title",
+ "type": "string"
+ },
+ "truncated": {
+ "description": "Whether the content was cut at the size limit",
+ "type": "boolean"
+ },
+ "url": {
+ "description": "Hosted download URL of the produced file",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}