addedInput schema / properties / limit / maximum
Added value: +10000000
addedInput schema / properties / limit / minimum
Added value: +0
addedInput schema / properties / niche / maxLength
Added value: +2000
addedInput schema / properties / niche / minLength
Added value: +1
removedOutput schema / properties / aggregateMetrics
Removed value: -{
- "additionalProperties": true,
- "type": "object"
-}
addedOutput schema / properties / canonicalPublicUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / canonicalUrl
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / customerReviews
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+}
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 / measuredOutcomes
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "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 / operatingEvidence
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / publicationBoundary
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / representativeContext
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / systemMapping
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / toolId
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "aggregateMetrics",
- "cases"
-]New value: +[
+ "publicationBoundary",
+ "measuredOutcomes",
+ "customerReviews",
+ "operatingEvidence",
+ "representativeContext",
+ "cases",
+ "toolId",
+ "evidenceClassification",
+ "evidenceType",
+ "evidenceReferences",
+ "inputAssumptions",
+ "methodology",
+ "limitations",
+ "canonicalUrl",
+ "canonicalPublicUrl",
+ "nextStepUrl",
+ "systemMapping"
+]