mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-09 20:51:51 +00:00
chore: use http schema url
This commit is contained in:
@ -64,7 +64,7 @@ namespace
|
||||
CreateJsonMaterial(jsonMaterial, material);
|
||||
json jRoot = jsonMaterial;
|
||||
|
||||
jRoot["$schema"] = "https://openassettools.dev/schema/material.v1.json";
|
||||
jRoot["$schema"] = "http://openassettools.dev/schema/material.v1.json";
|
||||
jRoot["_type"] = "material";
|
||||
jRoot["_version"] = 1;
|
||||
jRoot["_game"] = GAME_LOWER;
|
||||
|
Reference in New Issue
Block a user