Fixed 1.17 -> 1.13
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/feature_rules.json" } },
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/feature_rules.json" } },
|
||||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/features.json" } },
|
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/features.json" } },
|
||||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user