Skip to content

Commit

Permalink
Add INT64 and UNSIGNED_INT64 types
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 3, 2024
1 parent d4f47e6 commit 485ac3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/2.0/schema/accessor.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,26 @@
"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",
Expand Down

0 comments on commit 485ac3b

Please sign in to comment.