We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc415e commit ebf6391Copy full SHA for ebf6391
specification/2.0/schema/accessor.schema.json
@@ -44,16 +44,36 @@
44
"description": "UNSIGNED_SHORT",
45
"type": "integer"
46
},
47
+ {
48
+ "const": 5124,
49
+ "description": "INT",
50
+ "type": "integer"
51
+ },
52
{
53
"const": 5125,
54
"description": "UNSIGNED_INT",
55
56
57
58
+ "const": 5134,
59
+ "description": "INT64",
60
61
62
63
+ "const": 5135,
64
+ "description": "UNSIGNED_INT64",
65
66
67
68
"const": 5126,
69
"description": "FLOAT",
70
71
72
73
+ "const": 5130,
74
+ "description": "DOUBLE",
75
76
77
78
79
}
0 commit comments