addedOutput schema / $defs / EvidenceQuality / properties / kernel_context_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Kernel Context Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / kernel_context_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Kernel Context Self Weight"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unknown_context_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unknown Context Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unknown_context_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unknown Context Self Weight"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_kernel_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved Kernel Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_kernel_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved Kernel Self Weight"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_unknown_context_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved Unknown Context Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_unknown_context_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved Unknown Context Self Weight"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_user_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved User Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / unresolved_user_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Unresolved User Self Weight"
+}
addedOutput schema / $defs / EvidenceQuality / properties / user_context_self_percent
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "User Context Self Percent"
+}
addedOutput schema / $defs / EvidenceQuality / properties / user_context_self_weight
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "User Context Self Weight"
+}