Răsfoiți Sursa

Fix trailing commas in schema files

Michał Zaremba 3 luni în urmă
părinte
comite
85c2269aa0
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      config/schemas/spell.json

+ 4 - 4
config/schemas/spell.json

@@ -60,7 +60,7 @@
 				},
 				"castsPerDay" : { "type" : "number" },
 				"castsPerDayXL" : { "type" : "number" },
-				"bonuses" : { "additionalProperties" : { "$ref" : "bonusInstance.json" }},
+				"bonuses" : { "additionalProperties" : { "$ref" : "bonusInstance.json" }}
 			},
 			"allOf" : [
 				{ 
@@ -308,7 +308,7 @@
 							"turnsRemaining" : { "type" : "number" },
 							"triggerAbility" : { "type" : "string" },
 							"attacker" : {  },
-							"defender" : {  },
+							"defender" : {  }
 						},
 						"additionalProperties" : false
 					}
@@ -339,7 +339,7 @@
 							"permanent" : { "type" : "boolean" },
 							"exclusive" : { "type" : "boolean" },
 							"summonByHealth" : { "type" : "boolean" },
-							"summonSameUnit" : { "type" : "boolean" },
+							"summonSameUnit" : { "type" : "boolean" }
 						},
 						"additionalProperties" : false
 					}
@@ -376,7 +376,7 @@
 						},
 						"additionalProperties" : false
 					}
-				},
+				}
 			]
 		},
 		"flags" : {