소스 검색

Fixing typos

Samuel Jaffe 8 년 전
부모
커밋
8fc3f90787
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      schema/inventory.json

+ 3 - 3
schema/inventory.json

@@ -105,7 +105,7 @@
                 },
                 "required": ["name", "effectiveBonus"],
                 "type": "object"
-              }
+              },
               {
                 "properties": {
                   "name": {"type": "string"},
@@ -122,7 +122,7 @@
     },
     "weapon": {
       "allOf": [
-        {"$ref": "#/definitions/enchantable"}
+        {"$ref": "#/definitions/enchantable"},
         {
           "dependencies":{
             "secondaryCriticalDamage": ["secondaryDamage"]
@@ -161,7 +161,7 @@
     },
     "armor": {
       "allOf": [
-        {"$ref": "#/definitions/enchantable"}
+        {"$ref": "#/definitions/enchantable"},
         {
           "dependencies": {
             "speed": {"properties": {"type": {"not": {"const": "Shield"}}}}