changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "analysis": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "annotation_id": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/id"
+ },
+ "confidence": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "created_at": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/id"
+ },
+ "id": {
+ "type": "string"
+ },
+ "model": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/provider"
+ },
+ "provider": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "root_causes": {
+ "items": {},
+ "type": "array"
+ },
+ "status": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/id"
+ },
+ "suggested_files": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/root_causes"
+ },
+ "suggested_fix": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/provider"
+ },
+ "summary": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/provider"
+ },
+ "updated_at": {
+ "$ref": "#/properties/analysis/anyOf/0/properties/id"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "diagnosis_enabled": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}