Skip to content

Commit ebf6391

Browse files
committed
Add additional accessor component types
1 parent dbc415e commit ebf6391

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

specification/2.0/schema/accessor.schema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,36 @@
4444
"description": "UNSIGNED_SHORT",
4545
"type": "integer"
4646
},
47+
{
48+
"const": 5124,
49+
"description": "INT",
50+
"type": "integer"
51+
},
4752
{
4853
"const": 5125,
4954
"description": "UNSIGNED_INT",
5055
"type": "integer"
5156
},
57+
{
58+
"const": 5134,
59+
"description": "INT64",
60+
"type": "integer"
61+
},
62+
{
63+
"const": 5135,
64+
"description": "UNSIGNED_INT64",
65+
"type": "integer"
66+
},
5267
{
5368
"const": 5126,
5469
"description": "FLOAT",
5570
"type": "integer"
5671
},
72+
{
73+
"const": 5130,
74+
"description": "DOUBLE",
75+
"type": "integer"
76+
},
5777
{
5878
"type": "integer"
5979
}

0 commit comments

Comments
 (0)