Skip to content

Commit f238fa3

Browse files
authored
Fix wrong property name in minecraft-pack-mcmeta.json (SchemaStore#4852)
1 parent a0bf73b commit f238fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schemas/json/minecraft-pack-mcmeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@
125125
"$ref": "#/definitions/packFormatRange",
126126
"description": "A range of pack formats when this overlay should be active."
127127
},
128-
"overlay": {
128+
"directory": {
129129
"description": "The directory to overlay for the respective versions.",
130130
"type": "string",
131131
"pattern": "[a-z0-9_-]+"
132132
}
133133
},
134134
"additionalProperties": false,
135-
"required": ["formats", "overlay"]
135+
"required": ["formats", "directory"]
136136
}
137137
}
138138
},

0 commit comments

Comments
 (0)