changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "dayChoghadiya": {
+ "items": {
+ "properties": {
+ "effect": {
+ "enum": [
+ "Good",
+ "Bad"
+ ],
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "lord": {
+ "type": "string"
+ },
+ "name": {
+ "enum": [
+ "Udveg",
+ "Amrit",
+ "Rog",
+ "Labh",
+ "Shubh",
+ "Char",
+ "Kaal"
+ ],
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "lord",
+ "effect",
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "nightChoghadiya": {
+ "items": {
+ "properties": {
+ "effect": {
+ "enum": [
+ "Good",
+ "Bad"
+ ],
+ "type": "string"
+ },
+ "end": {
+ "type": "string"
+ },
+ "lord": {
+ "type": "string"
+ },
+ "name": {
+ "enum": [
+ "Udveg",
+ "Amrit",
+ "Rog",
+ "Labh",
+ "Shubh",
+ "Char",
+ "Kaal"
+ ],
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "lord",
+ "effect",
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "date",
+ "dayChoghadiya",
+ "nightChoghadiya"
+ ],
+ "type": "object"
+}