addedInput schema / properties / averageValue / maximum
Added value: +10000000
addedInput schema / properties / averageValue / minimum
Added value: +0
addedInput schema / properties / frontDoorProfile / maxLength
Added value: +2000
addedInput schema / properties / frontDoorProfile / minLength
Added value: +1
addedInput schema / properties / monthlyLeads / maximum
Added value: +10000000
addedInput schema / properties / monthlyLeads / minimum
Added value: +0
addedInput schema / properties / niche / maxLength
Added value: +2000
addedInput schema / properties / niche / minLength
Added value: +1
addedOutput schema / properties / canonicalPublicUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / canonicalUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / evidenceClassification
Added value: +{
+ "enum": [
+ "FACT",
+ "USER INPUT",
+ "ASSUMPTION",
+ "ESTIMATE",
+ "BENCHMARK",
+ "REPRESENTATIVE SCENARIO",
+ "VERIFIED RESULT",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / evidenceReferences
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / evidenceType
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / inputAssumptions
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / limitations
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / methodology
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / nextStepUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / systemMapping
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / toolId
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "engineSlug",
- "rubricVersion",
- "input",
- "overallScore",
- "scoreBand",
- "monthlyRevenueAtRisk",
- "annualRevenueAtRisk",
- "findings",
- "fastWins"
-]New value: +[
+ "engineSlug",
+ "rubricVersion",
+ "input",
+ "overallScore",
+ "scoreBand",
+ "monthlyRevenueAtRisk",
+ "annualRevenueAtRisk",
+ "findings",
+ "fastWins",
+ "toolId",
+ "evidenceClassification",
+ "evidenceType",
+ "evidenceReferences",
+ "inputAssumptions",
+ "methodology",
+ "limitations",
+ "canonicalUrl",
+ "canonicalPublicUrl",
+ "nextStepUrl",
+ "systemMapping"
+]