diff --git a/specification/0.0/schema/vrm.material.schema.json b/specification/0.0/schema/vrm.material.schema.json index 500e1987e..4c4f9c017 100644 --- a/specification/0.0/schema/vrm.material.schema.json +++ b/specification/0.0/schema/vrm.material.schema.json @@ -6,6 +6,7 @@ "type": "string" }, "shader": { + "description": "This contains shader name. VRM/MToon, VRM/UnlitTransparentZWrite, and VRM_USE_GLTFSHADER (and legacy materials as Standard, UniGLTF/UniUnlit, VRM/UnlitTexture, VRM/UnlitCutout, VRM/UnlitTransparent) . If VRM_USE_GLTFSHADER is specified, use same index of gltf's material settings", "type": "string" }, "renderQueue": {