changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "breakdown": {
+ "items": {
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "maxScore": {
+ "type": "number"
+ },
+ "person1": {
+ "type": "string"
+ },
+ "person2": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "category",
+ "score",
+ "maxScore",
+ "person1",
+ "person2",
+ "description"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "doshaCancellations": {
+ "items": {
+ "properties": {
+ "dosha": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "dosha",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "doshas": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "frame": {
+ "properties": {
+ "ayanamsa": {
+ "type": "string"
+ },
+ "ayanamsaDegrees": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "ayanamsa",
+ "ayanamsaDegrees"
+ ],
+ "type": "object"
+ },
+ "isCompatible": {
+ "type": "boolean"
+ },
+ "maxScore": {
+ "type": "number"
+ },
+ "percentage": {
+ "type": "number"
+ },
+ "recommendation": {
+ "type": "string"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "frame",
+ "total",
+ "maxScore",
+ "percentage",
+ "isCompatible",
+ "recommendation",
+ "doshas",
+ "doshaCancellations",
+ "breakdown"
+ ],
+ "type": "object"
+}