addedInput schema / properties / slug / maxLength
Added value: +2000
addedInput schema / properties / slug / 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: -[
- "id",
- "version",
- "slug",
- "nicheId",
- "businessModel",
- "title",
- "description",
- "questionCount",
- "questions",
- "defaults",
- "assumptions",
- "evidence",
- "continueUrl"
-]New value: +[
+ "id",
+ "version",
+ "slug",
+ "nicheId",
+ "businessModel",
+ "title",
+ "description",
+ "questionCount",
+ "questions",
+ "defaults",
+ "assumptions",
+ "evidence",
+ "continueUrl",
+ "toolId",
+ "evidenceClassification",
+ "evidenceType",
+ "evidenceReferences",
+ "inputAssumptions",
+ "methodology",
+ "limitations",
+ "canonicalUrl",
+ "canonicalPublicUrl",
+ "nextStepUrl",
+ "systemMapping"
+]