changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "annualRevenueAtRisk": {
+ "type": "number"
+ },
+ "bookingCta": {
+ "additionalProperties": false,
+ "properties": {
+ "href": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "label",
+ "href"
+ ],
+ "type": "object"
+ },
+ "engineSlug": {
+ "const": "ai-business-os-diagnostic",
+ "type": "string"
+ },
+ "fastWins": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "findings": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "input": {
+ "type": "object"
+ },
+ "moduleScores": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "monthlyRevenueAtRisk": {
+ "type": "number"
+ },
+ "overallScore": {
+ "type": "number"
+ },
+ "recommendedEngines": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "apiUrl": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "description",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "recommendedResources": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "href": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "href"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "rubricVersion": {
+ "type": "string"
+ },
+ "scoreBand": {
+ "enum": [
+ "critical",
+ "fragile",
+ "workable",
+ "strong"
+ ],
+ "type": "string"
+ },
+ "subScores": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "engineSlug",
+ "rubricVersion",
+ "input",
+ "overallScore",
+ "scoreBand",
+ "monthlyRevenueAtRisk",
+ "annualRevenueAtRisk",
+ "moduleScores",
+ "findings",
+ "fastWins"
+ ],
+ "type": "object"
+}