Refactoring
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"allOf": [
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string" } } },
|
||||
"else": { "$ref": "sound_definitions_unknown.json" }
|
||||
"else": { "$ref": "./sound_definitions_unknown.json" }
|
||||
},
|
||||
{
|
||||
"if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } },
|
||||
"then": { "$ref": "1.14.0/sound_definitions.json" }
|
||||
"then": { "$ref": "./1.14.0/sound_definitions.json" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user