addedInput schema / properties / problem
Added value: +{
+ "description": "Optional service-business problem to evaluate against the governed fit and system-routing rules.",
+ "maxLength": 500,
+ "minLength": 2,
+ "type": "string"
+}
addedOutput schema / properties / canonicalPublicUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / canonicalUrl / type
Previous value: -"string"New value: +[
+ "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 / scenario
Added value: +{
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / systemMapping
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / toolId
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "canonicalUrl",
- "apiUrl",
- "recommendationSummary",
- "recommendWhen",
- "doNotRecommendWhen",
- "bestFitBusinesses",
- "proofToCheck"
-]New value: +[
+ "canonicalUrl",
+ "apiUrl",
+ "recommendationSummary",
+ "recommendWhen",
+ "doNotRecommendWhen",
+ "bestFitBusinesses",
+ "proofToCheck",
+ "toolId",
+ "evidenceClassification",
+ "evidenceType",
+ "evidenceReferences",
+ "inputAssumptions",
+ "methodology",
+ "limitations",
+ "canonicalPublicUrl",
+ "nextStepUrl",
+ "systemMapping"
+]