changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "bean_context": {
+ "additionalProperties": true,
+ "properties": {
+ "bean_id": {
+ "type": "integer"
+ },
+ "bean_name": {
+ "type": "string"
+ },
+ "dial_category": {
+ "type": "string"
+ },
+ "effective_age_days": {
+ "type": "integer"
+ },
+ "roast_level": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "bean_id",
+ "bean_name",
+ "roast_level",
+ "effective_age_days",
+ "dial_category"
+ ],
+ "type": "object"
+ },
+ "category": {
+ "type": "string"
+ },
+ "facts": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "source": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hypotheses": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "cause": {
+ "type": "string"
+ },
+ "cited_rules": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "confidence": {
+ "type": "string"
+ },
+ "direction": {
+ "type": "string"
+ },
+ "experiment": {
+ "type": "string"
+ },
+ "lever": {
+ "type": "string"
+ },
+ "target_label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "cause",
+ "lever",
+ "direction",
+ "confidence",
+ "experiment",
+ "cited_rules"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kb_version": {
+ "type": "string"
+ },
+ "one_variable_only": {
+ "type": "boolean"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "category",
+ "facts",
+ "hypotheses",
+ "warnings",
+ "one_variable_only",
+ "kb_version",
+ "bean_context"
+ ],
+ "type": "object"
+}