changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "completedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "createdAt": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "llmstxtChecks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "checkId": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "howToFix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "pass",
+ "fail",
+ "warn",
+ "error"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "checkId",
+ "name",
+ "status",
+ "message",
+ "howToFix"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "llmstxtScore": {
+ "type": "number"
+ },
+ "message": {
+ "type": "string"
+ },
+ "pageResults": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "checks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "checkId": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "howToFix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "pass",
+ "fail",
+ "warn",
+ "error"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "checkId",
+ "name",
+ "status",
+ "message",
+ "howToFix"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "checks"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "pagesDiscovered": {
+ "type": "number"
+ },
+ "pagesScanned": {
+ "type": "number"
+ },
+ "pollUrl": {
+ "type": "string"
+ },
+ "rootUrl": {
+ "type": "string"
+ },
+ "shareToken": {
+ "type": "string"
+ },
+ "siteChecks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "checkId": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "howToFix": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "pass",
+ "fail",
+ "warn",
+ "error"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "checkId",
+ "name",
+ "status",
+ "message",
+ "howToFix"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "enum": [
+ "running",
+ "completed",
+ "failed"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "vercelRating": {
+ "type": "string"
+ },
+ "vercelScore": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "status"
+ ],
+ "type": "object"
+}