Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: FKlopfer <[email protected]>
  • Loading branch information
FKlopfer committed Jan 21, 2025
1 parent b1d011b commit 2365a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/material_brdf_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"uuid": {
"type": "string",
"description": "Universally unique identifier for the material in 8-4-4-4-12 format, see see cite:[uui]. The uuid stays the same, even if version is updated.",
"description": "Universally unique identifier for the material in 8-4-4-4-12 format, see cite:[uui]. The uuid stays the same, even if version is updated.",
"pattern": "\\b[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\b$"
},
"materialVersion": {
Expand Down

0 comments on commit 2365a2d

Please sign in to comment.