Skip to content

Commit 624cd65

Browse files
committed
upgrade JSON schema version
1 parent a8ced66 commit 624cd65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/2.0/Vendor/EXT_mesh_primitive_restart/schema/EXT_mesh_primitive_restart.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "EXT_mesh_primitive_restart",
44
"title": "EXT_mesh_primitive_restart glTF Mesh Primitive Extension",
55
"type": "object",

extensions/2.0/Vendor/EXT_mesh_primitive_restart/schema/primitiveGroup.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "primitiveGroup",
44
"title": "Primitive Group",
55
"type": "object",

0 commit comments

Comments
 (0)