defs.json: add misssing int64Pointer

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2017-01-12 16:42:09 +08:00
parent aad1f38ce8
commit fa74102768
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@
}
]
},
"int64Pointer": {
"oneOf": [
{
"$ref": "#/definitions/int64"
},
{
"type": "null"
}
]
},
"uint16Pointer": {
"oneOf": [
{