Skip to content

Commit

Permalink
Add additional accessor component types
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Oct 22, 2024
1 parent dbc415e commit ebf6391
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions specification/2.0/schema/accessor.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,36 @@
"description": "UNSIGNED_SHORT",
"type": "integer"
},
{
"const": 5124,
"description": "INT",
"type": "integer"
},
{
"const": 5125,
"description": "UNSIGNED_INT",
"type": "integer"
},
{
"const": 5134,
"description": "INT64",
"type": "integer"
},
{
"const": 5135,
"description": "UNSIGNED_INT64",
"type": "integer"
},
{
"const": 5126,
"description": "FLOAT",
"type": "integer"
},
{
"const": 5130,
"description": "DOUBLE",
"type": "integer"
},
{
"type": "integer"
}
Expand Down

0 comments on commit ebf6391

Please sign in to comment.