changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "author": {
+ "description": "Author of the page content",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "date": {
+ "description": "Publication or modification date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Page description or meta description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image": {
+ "description": "Primary image metadata",
+ "properties": {
+ "height": {
+ "description": "Image height in pixels",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Image URL",
+ "type": "string"
+ },
+ "width": {
+ "description": "Image width in pixels",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "lang": {
+ "description": "Language of the page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "logo": {
+ "description": "Logo metadata",
+ "properties": {
+ "height": {
+ "description": "Logo height in pixels",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Logo URL",
+ "type": "string"
+ },
+ "width": {
+ "description": "Logo width in pixels",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "publisher": {
+ "description": "Publisher of the page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Page title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "The URL of the webpage",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}