2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-09 20:51:51 +00:00

feat: add json schema url to dumped materials

This commit is contained in:
Jan Laupetin
2025-07-06 16:52:37 +02:00
parent 238ac293ab
commit c53b17a3db
6 changed files with 6 additions and 0 deletions

View File

@ -261,6 +261,7 @@ namespace
{
std::string expected(R"MATERIAL(
{
"$schema": "https://openassettools.dev/schema/material.v1.json",
"_game": "t6",
"_type": "material",
"_version": 1,