Skip to content

Commit 79b6919

Browse files
committed
schema formatting
1 parent 1223e9a commit 79b6919

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema",
3-
"$id": "EXT_mesh_primitive_restart",
4-
"title": "EXT_mesh_primitive_restart glTF extension",
5-
"type": "object",
6-
"description": "glTF extension enabling the use of primitive restart values in index buffers",
7-
"allOf": [
8-
{
9-
"$ref": "glTFProperty.schema.json"
10-
}
11-
],
12-
"properties": {
13-
"primitiveGroups": {
14-
"type": "array",
15-
"items": {
16-
"$ref": "primitiveGroup.schema.json"
17-
},
18-
"minItems": 1,
19-
"description": "The list of groups of primitives that can be drawn using a single index buffer with primitive restart"
2+
"$schema": "http://json-schema.org/draft-04/schema",
3+
"$id": "EXT_mesh_primitive_restart",
4+
"title": "EXT_mesh_primitive_restart glTF Mesh Primitive Extension",
5+
"type": "object",
6+
"description": "glTF extension enabling the use of primitive restart values in index buffers",
7+
"allOf": [
8+
{
9+
"$ref": "glTFProperty.schema.json"
10+
}
11+
],
12+
"properties": {
13+
"primitiveGroups": {
14+
"type": "array",
15+
"items": {
16+
"$ref": "primitiveGroup.schema.json"
17+
},
18+
"minItems": 1,
19+
"description": "The list of groups of primitives that can be drawn using a single index buffer with primitive restart"
20+
},
21+
"extensions": {},
22+
"extras": {}
2023
},
21-
"extensions": {},
22-
"extras": {}
23-
},
24-
"required": [
25-
"primitiveGroups"
26-
]
27-
}
24+
"required": [
25+
"primitiveGroups"
26+
]
27+
}

0 commit comments

Comments
 (0)