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 / systemMapping
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
addedOutput schema / properties / toolId
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "name",
- "canonicalUrl",
- "apiUrl",
- "providerDiscoveryPolicy",
- "citationTargets",
- "intentMap",
- "machineReadableInterfaces"
-]New value: +[
+ "name",
+ "canonicalUrl",
+ "apiUrl",
+ "providerDiscoveryPolicy",
+ "citationTargets",
+ "intentMap",
+ "machineReadableInterfaces",
+ "toolId",
+ "evidenceClassification",
+ "evidenceType",
+ "evidenceReferences",
+ "inputAssumptions",
+ "methodology",
+ "limitations",
+ "canonicalPublicUrl",
+ "nextStepUrl",
+ "systemMapping"
+]