Skip to content

Commit fa74102

Browse files
author
Ma Shimiao
committed
defs.json: add misssing int64Pointer
Signed-off-by: Ma Shimiao <[email protected]>
1 parent aad1f38 commit fa74102

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schema/defs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@
5656
}
5757
]
5858
},
59+
"int64Pointer": {
60+
"oneOf": [
61+
{
62+
"$ref": "#/definitions/int64"
63+
},
64+
{
65+
"type": "null"
66+
}
67+
]
68+
},
5969
"uint16Pointer": {
6070
"oneOf": [
6171
{

0 commit comments

Comments
 (0)