Browse Source

Fix trailing commas in schema files

Michał Zaremba 3 tháng trước cách đây
mục cha
commit
85c2269aa0
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      config/schemas/spell.json

+ 4 - 4
config/schemas/spell.json

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